From 200c598e9cae1fceefec5865b147c7f6631e6a67 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Sat, 20 Oct 2007 21:30:54 +0000 Subject: next I will need terminal codes to make them stand out :) git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1555 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/announce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-core/announce.c') diff --git a/avahi-core/announce.c b/avahi-core/announce.c index 6a68a7a..9023fdc 100644 --- a/avahi-core/announce.c +++ b/avahi-core/announce.c @@ -516,7 +516,7 @@ void avahi_goodbye_entry(AvahiServer *s, AvahiEntry *e, int send_goodbye, int re 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); + 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) -- cgit