* [Cluster-devel] [PATCH 1/2] fence_scsi: fix typos in debug messages
@ 2012-04-18 0:01 Ryan O'Hara
2012-04-18 3:54 ` Fabio M. Di Nitto
0 siblings, 1 reply; 2+ messages in thread
From: Ryan O'Hara @ 2012-04-18 0:01 UTC (permalink / raw)
To: cluster-devel.redhat.com
Resolves: rhbz#674497
Signed-off-by: Ryan O'Hara <rohara@redhat.com>
---
fence/agents/scsi/fence_scsi.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fence/agents/scsi/fence_scsi.pl
b/fence/agents/scsi/fence_scsi.pl
index 91f113d..84cee91 100755
--- a/fence/agents/scsi/fence_scsi.pl
+++ b/fence/agents/scsi/fence_scsi.pl
@@ -111,7 +111,7 @@ sub get_node_id
sub get_node_name
{
- print "[$pname]: get_hode_name = $opt_n\n" if $opt_v;
+ print "[$pname]: get_node_name = $opt_n\n" if $opt_v;
return $opt_n;
}
@@ -163,7 +163,7 @@ sub get_host_name
}
}
- print "[$pname]: get_host_nam = $host_name\n" if $opt_v;
+ print "[$pname]: get_host_name = $host_name\n" if $opt_v;
return $host_name;
}
--
1.7.1
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Attached Message Part
URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20120417/96585d7a/attachment.ksh>
^ permalink raw reply related [flat|nested] 2+ messages in thread* [Cluster-devel] [PATCH 1/2] fence_scsi: fix typos in debug messages
2012-04-18 0:01 [Cluster-devel] [PATCH 1/2] fence_scsi: fix typos in debug messages Ryan O'Hara
@ 2012-04-18 3:54 ` Fabio M. Di Nitto
0 siblings, 0 replies; 2+ messages in thread
From: Fabio M. Di Nitto @ 2012-04-18 3:54 UTC (permalink / raw)
To: cluster-devel.redhat.com
ACK
On 04/18/2012 02:01 AM, Ryan O'Hara wrote:
> Resolves: rhbz#674497
>
> Signed-off-by: Ryan O'Hara <rohara@redhat.com>
> ---
> fence/agents/scsi/fence_scsi.pl | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fence/agents/scsi/fence_scsi.pl
> b/fence/agents/scsi/fence_scsi.pl
> index 91f113d..84cee91 100755
> --- a/fence/agents/scsi/fence_scsi.pl
> +++ b/fence/agents/scsi/fence_scsi.pl
> @@ -111,7 +111,7 @@ sub get_node_id
> sub get_node_name
> {
> - print "[$pname]: get_hode_name = $opt_n\n" if $opt_v;
> + print "[$pname]: get_node_name = $opt_n\n" if $opt_v;
> return $opt_n;
> }
> @@ -163,7 +163,7 @@ sub get_host_name
> }
> }
> - print "[$pname]: get_host_nam = $host_name\n" if $opt_v;
> + print "[$pname]: get_host_name = $host_name\n" if $opt_v;
> return $host_name;
> }
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-18 3:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18 0:01 [Cluster-devel] [PATCH 1/2] fence_scsi: fix typos in debug messages Ryan O'Hara
2012-04-18 3:54 ` Fabio M. Di Nitto
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.