* src/uml_conf.c: another logging conversion

daniel
This commit is contained in:
Daniel Veillard 2008-12-22 10:53:07 +00:00
parent 0b05f6c26f
commit 0d575be45a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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:

View File

@ -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;