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)
else:
sameFile = False
warnMsg = "it looks like the file has not been written, this "
warnMsg += "can occur if the DBMS process' user has no write "
warnMsg += "privileges in the destination path"
warnMsg = "it looks like the file has not been written (usually "
warnMsg += "occurs if the DBMS process' user has no write "
warnMsg += "privileges in the destination path)"
logger.warn(warnMsg)
return sameFile