diff --git a/plugins/renamerOnUpdate/renamerOnUpdate.py b/plugins/renamerOnUpdate/renamerOnUpdate.py index df27ee51..17ba103a 100644 --- a/plugins/renamerOnUpdate/renamerOnUpdate.py +++ b/plugins/renamerOnUpdate/renamerOnUpdate.py @@ -30,7 +30,7 @@ try: import config except Exception: - log.LogWarning("Could not import ROU config file, did you rename the template file to 'config.py'? Defaulting to template config file",file=sys.stderr) + log.LogWarning("Could not import ROU config file, did you rename the template file to 'config.py'? Defaulting to template config file") import renamerOnUpdate_config as config