[Freeipa-devel] [PATCH 0001] Adding verb to error message to make it less confusing

Jan Pazdziora jpazdziora at redhat.com
Tue May 6 07:58:53 UTC 2014


I found error message

	Failed to data from service file: Failed to get list of services to probe status:

in my logs while experimenting with something and it confused me
a bit, hence this patch.

-- 
Jan Pazdziora
Principal Software Engineer, Identity Management Engineering, Red Hat
-------------- next part --------------
>From 2f56c201b958b2f7b4610ca12cab0bfbc5bd17a9 Mon Sep 17 00:00:00 2001
From: Jan Pazdziora <jpazdziora at redhat.com>
Date: Tue, 6 May 2014 09:52:21 +0200
Subject: [PATCH] Adding verb to error message to make it less confusing.

---
 install/tools/ipactl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/tools/ipactl b/install/tools/ipactl
index 202081d..fd29132 100755
--- a/install/tools/ipactl
+++ b/install/tools/ipactl
@@ -232,7 +232,7 @@ def ipa_start(options):
     try:
         svc_list = get_config(dirsrv)
     except Exception, e:
-        emit_err("Failed to data from service file: " + str(e))
+        emit_err("Failed to read data from service file: " + str(e))
         emit_err("Shutting down")
 
         if not options.force:
-- 
1.9.0



More information about the Freeipa-devel mailing list