diff --git a/src/util/virnodesuspend.c b/src/util/virnodesuspend.c index 7e37118b49b3566929ebde71cdba32e9d529ea19..c6beccebe7bf619f499692fc804a7f74a1440f2f 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; }