From 65427ecf913cf7d65d42a9db466cdc40e4336783 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Thu, 22 Aug 2013 16:24:10 -0700 Subject: [PATCH] fix spelling --- configure-syslog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-syslog.py b/configure-syslog.py index 0799cf3..e4da1a2 100644 --- a/configure-syslog.py +++ b/configure-syslog.py @@ -1292,7 +1292,7 @@ def dryrun(current_environment): Logger.printLog("Dryrun started", prio = 'debug') user_type = get_user_type() if user_type == NON_ROOT_USER: - Logger.printLog("Current user in not root user", prio = 'warning', + Logger.printLog("Current user is not root user", prio = 'warning', print_comp = True) sys.exit() syslog_name_for_configuration = install(current_environment)