summaryrefslogtreecommitdiffstats
path: root/announce.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-04-24 21:19:40 +0000
committerLennart Poettering <lennart@poettering.net>2005-04-24 21:19:40 +0000
commit4c8155fa9c85c7ece92182d0ab53f99a982a4abf (patch)
tree06e5e994d44d263fafff1b41826045cb709df8ad /announce.c
parent128ea7fd4f9bb48a6ae51fe3f53e661b5399a1e6 (diff)
* improve dns.c testing program
* fix some compiler warnings * correct flx_dns_packet_append_name() * fix host name string * fix use of flx_domain_equal() use git-svn-id: file:///home/lennart/svn/public/avahi/trunk@30 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'announce.c')
-rw-r--r--announce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/announce.c b/announce.c
index cd2b1fa..d1b5665 100644
--- a/announce.c
+++ b/announce.c
@@ -259,12 +259,12 @@ void flx_goodbye_all(flxServer *s, gboolean goodbye) {
g_assert(s);
- g_message("goodbye all: %p", e);
+ g_message("goodbye all");
for (e = s->entries; e; e = e->entry_next)
flx_goodbye_entry(s, e, goodbye);
- g_message("goodbye all done: %p", e);
+ g_message("goodbye all done");
}