Skip to content

Commit 1069399

Browse files
committed
Minor style update
1 parent acb3b1d commit 1069399

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/generic/filesystem.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ def _checkFileLength(self, localFile, remoteFile, fileRead=False):
7777
logger.info(infoMsg)
7878
else:
7979
sameFile = False
80-
warnMsg = "it looks like the file has not been written, this "
81-
warnMsg += "can occur if the DBMS process' user has no write "
82-
warnMsg += "privileges in the destination path"
80+
warnMsg = "it looks like the file has not been written (usually "
81+
warnMsg += "occurs if the DBMS process' user has no write "
82+
warnMsg += "privileges in the destination path)"
8383
logger.warn(warnMsg)
8484

8585
return sameFile

0 commit comments

Comments
 (0)