From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lon Hohberger Date: Mon, 1 Aug 2011 15:33:50 -0400 Subject: [Cluster-devel] [PATCH] fence_kdump: Fix metadata Message-ID: <1312227230-5663-1-git-send-email-lhh@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Having duplicate "verbose" parameters is not valid. Signed-off-by: Lon Hohberger --- fence/agents/kdump/fence_kdump.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fence/agents/kdump/fence_kdump.c b/fence/agents/kdump/fence_kdump.c index 8fdb681..2844a3e 100644 --- a/fence/agents/kdump/fence_kdump.c +++ b/fence/agents/kdump/fence_kdump.c @@ -230,7 +230,7 @@ do_action_metadata (const char *self) "Print version"); fprintf (stdout, "\t\n"); - fprintf (stdout, "\t\n"); + fprintf (stdout, "\t\n"); fprintf (stdout, "\t\t\n"); fprintf (stdout, "\t\t\n"); fprintf (stdout, "\t\t%s\n", -- 1.7.3.4