]> xenbits.xensource.com Git - osstest.git/commitdiff
ts-xen-install: Correct mlog to logm flight-27471 flight-27483 flight-27484 flight-27490 flight-27491 flight-27508 flight-27525 flight-27538 flight-27546 flight-27553 flight-27569
authorIan Campbell <ian.campbell@citrix.com>
Mon, 16 Jun 2014 08:31:03 +0000 (09:31 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 25 Jun 2014 15:02:52 +0000 (16:02 +0100)
Only logm exists.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
ts-xen-install

index 0b84b7b09c1b505de95cd1c65b1d40285b256963..4d34d1fc57edd65846ae9c32dd5e324ccc621c21 100755 (executable)
@@ -145,7 +145,7 @@ sub setupboot () {
        my $dtuart= get_host_property($ho, 'XenDTUARTPath', undef);
        $xenhopt .= " dtuart=$dtuart" if $dtuart;
     } else {
-       mlog("No Xen console device defined for host");
+       logm("No Xen console device defined for host");
     }
     if (toolstack()->{Dom0MemFixed}) {
         $xenhopt .= " dom0_mem=512M,max:512M";