fixed typo

This commit is contained in:
anthony 2012-01-11 10:29:44 -08:00
parent e82ec99261
commit 4fedef0a42
1 changed files with 1 additions and 1 deletions

View File

@ -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)