From 1069399668e1ce1ecf8c7dcf8c58f0e103bf13cb Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 21 Aug 2014 00:32:15 +0200 Subject: [PATCH] Minor style update --- plugins/generic/filesystem.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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