public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - gfs2: restore libgfs2.h vfprintf call
@ 2009-05-14  7:47 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-05-14  7:47 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1288760b5736107e1ff02b4be24301e6a4ee12e2
Commit:        1288760b5736107e1ff02b4be24301e6a4ee12e2
Parent:        fa43932c378e13890b05735a2aabfe27c108d8d6
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Thu May 14 09:46:02 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Thu May 14 09:46:02 2009 +0200

gfs2: restore libgfs2.h vfprintf call

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 gfs2/libgfs2/libgfs2.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gfs2/libgfs2/libgfs2.h b/gfs2/libgfs2/libgfs2.h
index 5eef1a6..9a07f56 100644
--- a/gfs2/libgfs2/libgfs2.h
+++ b/gfs2/libgfs2/libgfs2.h
@@ -74,7 +74,7 @@ static __inline__ __attribute__((noreturn)) void die(const char *fmt, ...)
 	va_list ap;
 	fprintf(stderr, "%s: ", __FILE__);
 	va_start(ap, fmt);
-	//vfprintf(stderr, fmt, ap);
+	vfprintf(stderr, fmt, ap);
 	va_end(ap);
 	exit(-1);
 }


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

only message in thread, other threads:[~2009-05-14  7:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-14  7:47 cluster: STABLE3 - gfs2: restore libgfs2.h vfprintf call Fabio M. Di Nitto

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).