public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* STABLE2 - fence: Slight change to make fence_xvmd compile on STABLE2 w/o logsys
@ 2008-11-07 15:15 Lon Hohberger
  0 siblings, 0 replies; only message in thread
From: Lon Hohberger @ 2008-11-07 15:15 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=7bb50c8e2687dabc2957d021c0ef3ab428cb864e
Commit:        7bb50c8e2687dabc2957d021c0ef3ab428cb864e
Parent:        8077c8c02c8c7e4ec6fd29c7a4d7653896a3ad64
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Fri Nov 7 10:05:36 2008 -0500
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Fri Nov 7 10:05:36 2008 -0500

fence: Slight change to make fence_xvmd compile on STABLE2 w/o logsys

---
 fence/agents/xvm/fence_xvmd.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fence/agents/xvm/fence_xvmd.c b/fence/agents/xvm/fence_xvmd.c
index 7fdb40e..5b2b5c4 100644
--- a/fence/agents/xvm/fence_xvmd.c
+++ b/fence/agents/xvm/fence_xvmd.c
@@ -315,8 +315,8 @@ do_fence_request_tcp(fence_req_t *req, fence_auth_type_t auth,
  				   then call virDomainCreate() */
 				dbg_printf(2, "Failed; Trying virDomainCreate()...\n");
 				if (virDomainCreate(vdp) < 0) {
-					log_printf(LOG_ERR, "Failed to recreate guest"
-						   " %s!\n", (char *)req->domain);
+					printf("Failed to recreate guest %s!\n",
+					       (char *)req->domain);
 				}
 			}
 			free(domain_desc);


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-07 15:15 STABLE2 - fence: Slight change to make fence_xvmd compile on STABLE2 w/o logsys 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).