[Libguestfs] [PATCH] lib: fix newline in error output

Pino Toscano ptoscano at redhat.com
Mon Dec 9 19:13:19 UTC 2013


See also RHBZ#923355.
---
 src/actions-support.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/actions-support.c b/src/actions-support.c
index d0e3e67..00d8cdc 100644
--- a/src/actions-support.c
+++ b/src/actions-support.c
@@ -68,7 +68,7 @@ int
 guestfs___check_appliance_up (guestfs_h *g, const char *caller)
 {
   if (g->state == CONFIG || g->state == LAUNCHING) {
-    error (g, "%s: call launch before using this function\\n(in guestfish, don't forget to use the 'run' command)",
+    error (g, "%s: call launch before using this function\n(in guestfish, don't forget to use the 'run' command)",
            caller);
     return -1;
   }
-- 
1.8.3.1




More information about the Libguestfs mailing list