public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - gfs2_tool: Fix misplaced bracket that bob spotted
@ 2009-05-27 10:20 Steven Whitehouse
  0 siblings, 0 replies; only message in thread
From: Steven Whitehouse @ 2009-05-27 10:20 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1e41f481c306755de8f871c948a03d7681f54e86
Commit:        1e41f481c306755de8f871c948a03d7681f54e86
Parent:        62440b810e3442127cc4058cd306d1c3bed6e24a
Author:        Steven Whitehouse <steve@dolmen.chygwyn.com>
AuthorDate:    Tue Mar 24 19:10:32 2009 +0000
Committer:     Steven Whitehouse <swhiteho@redhat.com>
CommitterDate: Wed May 27 09:57:15 2009 +0100

gfs2_tool: Fix misplaced bracket that bob spotted

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
---
 gfs2/Makefile  |    2 +-
 gfs2/tool/sb.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gfs2/Makefile b/gfs2/Makefile
index 7daf231..058ad5f 100644
--- a/gfs2/Makefile
+++ b/gfs2/Makefile
@@ -1,4 +1,4 @@
 include ../make/defines.mk
 include $(OBJDIR)/make/passthrough.mk
 
-SUBDIRS=libgfs2 convert edit fsck mkfs mount quota tool man init.d
+SUBDIRS=libgfs2 convert edit fsck mkfs quota tool man init.d
diff --git a/gfs2/tool/sb.c b/gfs2/tool/sb.c
index ffa20ee..3d378e9 100644
--- a/gfs2/tool/sb.c
+++ b/gfs2/tool/sb.c
@@ -191,7 +191,7 @@ do_sb(int argc, char **argv)
 				cp++;
 			}
 			memcpy(sb.sb_uuid, uuid, 16);
-			printf( _("new uuid = %s\n", str_uuid(sb.sb_uuid)));
+			printf( _("new uuid = %s\n"), str_uuid(sb.sb_uuid));
 		}
 #endif
 	} else if (strcmp(field, "all") == 0) {


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

only message in thread, other threads:[~2009-05-27 10:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-27 10:20 cluster: STABLE3 - gfs2_tool: Fix misplaced bracket that bob spotted Steven Whitehouse

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