diff --git a/plugins/generic/filesystem.py b/plugins/generic/filesystem.py index 18df285d1..9c4a949b9 100644 --- a/plugins/generic/filesystem.py +++ b/plugins/generic/filesystem.py @@ -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