mirror of https://github.com/apache/cloudstack.git
fixed typo
This commit is contained in:
parent
e82ec99261
commit
4fedef0a42
|
|
@ -182,7 +182,7 @@ def copyfile(fromFile, toFile, isISCSI):
|
|||
try:
|
||||
os.system("rm -f " + toFile)
|
||||
except:
|
||||
|
||||
txt = ''
|
||||
txt = ''
|
||||
errMsg = "Error while copying " + fromFile + " to " + toFile + " in secondary storage"
|
||||
util.SMlog(errMsg)
|
||||
|
|
|
|||
Loading…
Reference in New Issue