From 5af1e59d2d7f1aa66ba9cdec76b83f00307ad215 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 22 Dec 2008 13:08:13 +0000 Subject: [PATCH] * qemud/mdns.c: fix a compilation problem in the switch daniel --- ChangeLog | 4 ++++ qemud/mdns.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cbca827dc4..de4da8a8b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Dec 22 14:07:29 CET 2008 Daniel Veillard + + * qemud/mdns.c: fix a compilation problem in the switch + Mon Dec 22 13:56:13 CET 2008 Daniel Veillard * qemud/libvirtd.aug qemud/libvirtd.conf: document the new diff --git a/qemud/mdns.c b/qemud/mdns.c index e3c01d451b..b13a6e58e3 100644 --- a/qemud/mdns.c +++ b/qemud/mdns.c @@ -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;