Signed-off-by: Richard Marko <rma...@redhat.com>
---
 client/rhel/rhn-client-tools/src/bin/rhn_check.py |    2 +-
 client/solaris/rhnclient/rhn_check.py             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/rhel/rhn-client-tools/src/bin/rhn_check.py 
b/client/rhel/rhn-client-tools/src/bin/rhn_check.py
index 8ee23ab..1a6747b 100755
--- a/client/rhel/rhn-client-tools/src/bin/rhn_check.py
+++ b/client/rhel/rhn-client-tools/src/bin/rhn_check.py
@@ -342,7 +342,7 @@ class CheckCli(rhncli.RhnCli):
         try:
             (status, message, data) = CheckCli.__do_call(method, params, 
kwargs)
         except getMethod.GetMethodException:
-            log.log_debug("Attempt to call an unsupported action", method,
+            log.log_debug("Attempt to call an unsupported action ", method,
                 params)
             status = 6
             message = "Invalid function call attempted"
diff --git a/client/solaris/rhnclient/rhn_check.py 
b/client/solaris/rhnclient/rhn_check.py
index 38afcd2..5182127 100755
--- a/client/solaris/rhnclient/rhn_check.py
+++ b/client/solaris/rhnclient/rhn_check.py
@@ -162,7 +162,7 @@ def run_action(method, params):
         message = "Invalid function call attempted"
         data = {}
     except AttributeError:
-        log.log_debug("Attempt to call an unsupported action", method, params)
+        log.log_debug("Attempt to call an unsupported action ", method, params)
         status = 6
         message = "Invalid function call attempted"
         data = {}
-- 
1.7.10.4

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to