[libvirt] [PATCH 04/13] Remove newline from end of error message in virnodesuspend.c

Daniel P. Berrange berrange at redhat.com
Wed Jul 18 11:52:52 UTC 2012


From: "Daniel P. Berrange" <berrange at redhat.com>

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 src/util/virnodesuspend.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/virnodesuspend.c b/src/util/virnodesuspend.c
index 7e37118..c6becce 100644
--- a/src/util/virnodesuspend.c
+++ b/src/util/virnodesuspend.c
@@ -240,7 +240,7 @@ int nodeSuspendForDuration(virConnectPtr conn ATTRIBUTE_UNUSED,
 
     if (virThreadCreate(&thread, false, virNodeSuspend, (void *)cmdString) < 0) {
         virNodeSuspendError(VIR_ERR_INTERNAL_ERROR, "%s",
-                        _("Failed to create thread to suspend the host\n"));
+                        _("Failed to create thread to suspend the host"));
         goto cleanup;
     }
 
-- 
1.7.10.4




More information about the libvir-list mailing list