summaryrefslogtreecommitdiffstats
path: root/avahi-core/entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/entry.c')
-rw-r--r--avahi-core/entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/entry.c b/avahi-core/entry.c
index dc19bc1..27366ee 100644
--- a/avahi-core/entry.c
+++ b/avahi-core/entry.c
@@ -222,7 +222,7 @@ static AvahiEntry * server_add_internal(
(flags & AVAHI_PUBLISH_UPDATE), AVAHI_ERR_BAD_STATE);
/* tracing message for wide-area pub development */
- printf("*** record of type %d named %s observed at entrypoint\n", r->key->type, r->key->name);
+ printf("+++ record of type %d named %s observed at entrypoint\n", r->key->type, r->key->name);
if (flags & AVAHI_PUBLISH_UPDATE) {
AvahiRecord *old_record;