]> xenbits.xensource.com Git - osstest.git/commitdiff
sympathy: fix msg
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 14 Feb 2013 15:48:18 +0000 (15:48 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 14 Feb 2013 15:48:18 +0000 (15:48 +0000)
Osstest/Serial/sympathy.pm

index 5c2a9a7eb8ca4896935ab469b1865e0309e1f0fc..ae4ca46176daa178df270c20fc9008a9bd0c3302 100644 (file)
@@ -52,7 +52,7 @@ sub new {
            $r{$vn}
         /ge; #/;
     };
-    logm("serial method $mo->{Host}: @args");
+    logm("serial method $mo->{Host}{Name}: @args");
     ($mo->{Server}, $mo->{Socket}, $mo->{Pattern}) = @args;
     return bless $mo, $class;
 }