mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Remove newline from end of error message in virnodesuspend.c
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
7b5031b952
commit
c4897029c9
@ -240,7 +240,7 @@ int nodeSuspendForDuration(virConnectPtr conn ATTRIBUTE_UNUSED,
|
|||||||
|
|
||||||
if (virThreadCreate(&thread, false, virNodeSuspend, (void *)cmdString) < 0) {
|
if (virThreadCreate(&thread, false, virNodeSuspend, (void *)cmdString) < 0) {
|
||||||
virNodeSuspendError(VIR_ERR_INTERNAL_ERROR, "%s",
|
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;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user