From: Ian Campbell Date: Wed, 12 Aug 2015 13:56:02 +0000 (+0100) Subject: tools: libxl: fixup long line introduced by previous semantic patch X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=23d01fc3768e72e82a40cbe781409856d63d4f5c;p=people%2Fliuw%2Flibxenctrl-split%2Fxen.git tools: libxl: fixup long line introduced by previous semantic patch Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c index 865e162ed9..4f2eb24183 100644 --- a/tools/libxl/libxl.c +++ b/tools/libxl/libxl.c @@ -4866,8 +4866,8 @@ static int libxl__get_memory_target(libxl__gc *gc, uint32_t domid, goto out; } else if (!static_max) { LIBXL__LOG_ERRNO(CTX, LIBXL__LOG_ERROR, - "cannot get target memory info from %s/memory/static-max", - dompath); + "cannot get target memory info from %s/memory/static-max", + dompath); goto out; } else { target_memkb = strtoul(target, &endptr, 10);