]> xenbits.xensource.com Git - libvirt.git/commitdiff
* src/uml_conf.c: another logging conversion
authorDaniel Veillard <veillard@redhat.com>
Mon, 22 Dec 2008 10:53:07 +0000 (10:53 +0000)
committerDaniel Veillard <veillard@redhat.com>
Mon, 22 Dec 2008 10:53:07 +0000 (10:53 +0000)
daniel

ChangeLog
src/uml_conf.c

index 1a364f4a5314135dacc6e1539de962208fb95d02..db0f0e7d33bb13ef77ea335eeabcaacd28ba510c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 8b564be0567c4169bd4be5fccba6b715c4436e8a..a7c0271638a8a799f8312adeea0357a01eb105b1 100644 (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;