mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
fix copy/paste bug
This commit is contained in:
parent
1fed7df0ba
commit
299cccf779
@ -275,7 +275,7 @@ def remove_secip_log_for_vm(vmName):
|
||||
try:
|
||||
os.remove(logfilename)
|
||||
except:
|
||||
util.SMlog("Failed to delete rule log file " + logfilename)
|
||||
logging.debug("Failed to delete rule log file " + logfilename)
|
||||
result = False
|
||||
|
||||
return result
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user