提交 0d575be4 编写于 作者: D Daniel Veillard

* src/uml_conf.c: another logging conversion

daniel
上级 0b05f6c2
Mon Dec 22 11:51:29 CET 2008 Daniel Veillard <veillard@redhat.com>
* src/uml_conf.c: another logging conversion
Mon Dec 22 11:47:44 CET 2008 Daniel Veillard <veillard@redhat.com>
* src/node_device_devkit.c src/uml_driver.c src/virterror.c:
......
......@@ -46,7 +46,8 @@
#include "verify.h"
#define umlLog(level, msg...) fprintf(stderr, msg)
#define umlLog(level, msg, ...) \
virLogMessage(__FILE__, level, 0, msg, __VA_ARGS__)
virCapsPtr umlCapsInit(void) {
struct utsname utsname;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册