public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* master - rgmanager: Fix debug build error
@ 2008-11-10 18:11 Lon Hohberger
  0 siblings, 0 replies; only message in thread
From: Lon Hohberger @ 2008-11-10 18:11 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=dac43684552535cbdb8146d667d6ebca37575b55
Commit:        dac43684552535cbdb8146d667d6ebca37575b55
Parent:        7dce3c5d39a405bbd0843da25808a6891eb96cfb
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Mon Nov 10 13:09:33 2008 -0500
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Mon Nov 10 13:10:14 2008 -0500

rgmanager: Fix debug build error

---
 rgmanager/src/daemons/fo_domain.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/daemons/fo_domain.c b/rgmanager/src/daemons/fo_domain.c
index f934e38..09acd22 100644
--- a/rgmanager/src/daemons/fo_domain.c
+++ b/rgmanager/src/daemons/fo_domain.c
@@ -462,7 +462,8 @@ node_should_start(int nodeid, cluster_member_list_t *membership,
 		 */
 #ifdef DEBUG
 		log_printf(LOG_DEBUG,
-		       "Fail-over Domain for service %d nonexistent\n");
+		       "Fail-over Domain for service %s nonexistent\n",
+		       rg_name);
 #endif
 		return FOD_BEST;
 	}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-10 18:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-10 18:11 master - rgmanager: Fix debug build error Lon Hohberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).