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: gfs2-utils: master - gfs2_tool: Fix misplaced bracket that bob spotted
Date: Tue, 24 Mar 2009 19:10:00 -0000	[thread overview]
Message-ID: <20090324191001.53A721201A0@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=90a7e2c443fdaa3c6bec6ff588de3f994cb78663
Commit:        90a7e2c443fdaa3c6bec6ff588de3f994cb78663
Parent:        770f813b787ce5c3ae2cbf56cd16d6ad824e04da
Author:        Steven Whitehouse <steve@dolmen.chygwyn.com>
AuthorDate:    Tue Mar 24 19:10:32 2009 +0000
Committer:     Steven Whitehouse <steve@dolmen.chygwyn.com>
CommitterDate: Tue Mar 24 19:10:32 2009 +0000

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 7757470..16cd8b4 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-03-24 19:10 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=20090324191001.53A721201A0@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).