cluster: RHEL59 - fence_scsi: fix typos in debug messages

Fabio M. Di Nitto fabbione at fedoraproject.org
Fri Jul 27 07:35:36 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/?p=cluster.git;a=commitdiff;h=01d917b0f2bb773ae62c2eb320e9877647803b70
Commit:        01d917b0f2bb773ae62c2eb320e9877647803b70
Parent:        0a588f475afdb78660b424587f2c6460d4f1be82
Author:        Ryan O'Hara <rohara at redhat.com>
AuthorDate:    Tue Apr 17 18:40:31 2012 -0500
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Fri Jul 27 09:35:25 2012 +0200

fence_scsi: fix typos in debug messages

Resolves: rhbz#674497

Signed-off-by: Ryan O'Hara <rohara at redhat.com>
Reviewed-by: Fabio M. Di Nitto <fdinitto at 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;
 }


More information about the cluster-commits mailing list