提交 c4897029 编写于 作者: D Daniel P. Berrange

Remove newline from end of error message in virnodesuspend.c

Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
上级 7b5031b9
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册