cluster: RHEL5 - rgmanager: Fix call to logt_print

Lon Hohberger lon@fedoraproject.org
Wed Apr 1 20:07:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=153e90ba41c74b425fb51cce875df6b9a0747f2a
Commit:        153e90ba41c74b425fb51cce875df6b9a0747f2a
Parent:        9ac30940624f9cb2b8cb130881b9b5c1d7f9cc0d
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Wed Apr 1 16:06:18 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Wed Apr 1 16:06:18 2009 -0400

rgmanager: Fix call to logt_print

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 rgmanager/src/daemons/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rgmanager/src/daemons/main.c b/rgmanager/src/daemons/main.c
index b5bb449..e745622 100644
--- a/rgmanager/src/daemons/main.c
+++ b/rgmanager/src/daemons/main.c
@@ -897,12 +897,12 @@ configure_rgmanager(int ccsfd, int dbg)
 	if (ccs_get(ccsfd, "/cluster/rm/@status_child_max", &v) == 0) {
 		status_child_max = atoi(v);
 		if (status_child_max >= 1) {
-			logt_print(LOG_NOTICE,
+			clulog(LOG_NOTICE,
 			       "Status Child Max set to %d\n",
 			       status_poll_interval);
 			rg_set_childmax(status_child_max);
 		} else {
-			logt_print(LOG_WARNING, "Ignoring illegal "
+			clulog(LOG_WARNING, "Ignoring illegal "
 			       "status_child_max of %s\n", v);
 		}
 		



More information about the Cluster-cvs mailing list