]> xenbits.xensource.com Git - libvirt.git/commitdiff
* qemud/mdns.c: fix a compilation problem in the switch
authorDaniel Veillard <veillard@redhat.com>
Mon, 22 Dec 2008 13:08:13 +0000 (13:08 +0000)
committerDaniel Veillard <veillard@redhat.com>
Mon, 22 Dec 2008 13:08:13 +0000 (13:08 +0000)
daniel

ChangeLog
qemud/mdns.c

index cbca827dc450b0c92546d13c810d121f87819965..de4da8a8b4118a931e7151fbcc863c51ba36413d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Dec 22 14:07:29 CET 2008 Daniel Veillard <veillard@redhat.com>
+
+       * qemud/mdns.c: fix a compilation problem in the switch
+
 Mon Dec 22 13:56:13 CET 2008 Daniel Veillard <veillard@redhat.com>
 
        * qemud/libvirtd.aug qemud/libvirtd.conf: document the new
index e3c01d451b8662e5821fb5b5308649304b37a33f..b13a6e58e3b6792b5e18776ff0dec223e6294498 100644 (file)
@@ -44,7 +44,7 @@
 #include "remote_internal.h"
 #include "memory.h"
 
-#define AVAHI_DEBUG(fmt, ...) VIR_DEBUG("avahi", fmt, __VA_ARGS__)
+#define AVAHI_DEBUG(fmt, ...) DEBUG(fmt, __VA_ARGS__)
 
 struct libvirtd_mdns_entry {
     char *type;