public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: STABLE3 - gfs2_tool: Fix misplaced bracket that bob spotted
Date: Wed, 27 May 2009 10:20:00 -0000	[thread overview]
Message-ID: <20090527101934.47767120376@lists.fedorahosted.org> (raw)

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


                 reply	other threads:[~2009-05-27 10:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090527101934.47767120376@lists.fedorahosted.org \
    --to=swhiteho@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).