diff mbox

[Xen-devel,osstest] ts-xen-install: Correct mlog to logm

Message ID 1402907463-10050-1-git-send-email-ian.campbell@citrix.com
State New
Headers show

Commit Message

Ian Campbell June 16, 2014, 8:31 a.m. UTC
Only logm exists.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 ts-xen-install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ian Jackson June 25, 2014, 2:27 p.m. UTC | #1
Ian Campbell writes ("[PATCH osstest] ts-xen-install: Correct mlog to logm"):
> Only logm exists.
> 
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

And will be pushed shortly.

Ian.
diff mbox

Patch

diff --git a/ts-xen-install b/ts-xen-install
index 0b84b7b..4d34d1f 100755
--- a/ts-xen-install
+++ b/ts-xen-install
@@ -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";