fixed typo

This commit is contained in:
anthony 2012-01-11 10:29:44 -08:00
parent 2ce205725d
commit 12b7fa60f0

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)