提交 aa4f3bbf 编写于 作者: A Andrea Bolognani

iohelper: Don't include newlines in error messages

The newline was pretty arbitrary, and we're better off
without it.
Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
上级 1d2a62b2
......@@ -236,7 +236,7 @@ main(int argc, char **argv)
return 0;
error:
fprintf(stderr, _("%s: failure with %s\n: %s"),
fprintf(stderr, _("%s: failure with %s: %s"),
program_name, path, virGetLastErrorMessage());
exit(EXIT_FAILURE);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册