Minor style update

This commit is contained in:
Miroslav Stampar 2014-08-21 00:32:15 +02:00
parent acb3b1d1fe
commit 1069399668

View File

@ -77,9 +77,9 @@ class Filesystem:
logger.info(infoMsg) logger.info(infoMsg)
else: else:
sameFile = False sameFile = False
warnMsg = "it looks like the file has not been written, this " warnMsg = "it looks like the file has not been written (usually "
warnMsg += "can occur if the DBMS process' user has no write " warnMsg += "occurs if the DBMS process' user has no write "
warnMsg += "privileges in the destination path" warnMsg += "privileges in the destination path)"
logger.warn(warnMsg) logger.warn(warnMsg)
return sameFile return sameFile