From a919f5b067095cee3575a2fd6366b40ca9103e8b Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Sat, 20 Oct 2007 21:27:30 +0000 Subject: verifying selected wide-area pub exitpoint by tracing. git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1554 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/announce.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'avahi-core/announce.c') diff --git a/avahi-core/announce.c b/avahi-core/announce.c index a77fbb6..6a68a7a 100644 --- a/avahi-core/announce.c +++ b/avahi-core/announce.c @@ -515,6 +515,9 @@ void avahi_goodbye_entry(AvahiServer *s, AvahiEntry *e, int send_goodbye, int re assert(s); assert(e); + /* tracing message for wide-area pub development */ + printf("*** record of type %d named %s observed at exitpoint\n", e->record->key->type, e->record->key->name); + if (send_goodbye) if (!e->dead) avahi_interface_monitor_walk(s->monitor, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, send_goodbye_callback, e); -- cgit