]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
tools: libxl: fixup long line introduced by previous semantic patch
authorIan Campbell <ian.campbell@citrix.com>
Wed, 12 Aug 2015 13:56:02 +0000 (14:56 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 13 Aug 2015 10:01:23 +0000 (11:01 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c

index 865e162ed99e728d63c6d696c580c3471ef8520d..4f2eb241834b7a1f68b1623f6df8e4a431c2f7d1 100644 (file)
@@ -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);