mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00: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) {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user