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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-core/entry.c b/avahi-core/entry.c
index 7d96e60..b812b00 100644
--- a/avahi-core/entry.c
+++ b/avahi-core/entry.c
@@ -227,8 +227,8 @@ static AvahiEntry * server_add_internal(
if (r->key->type == 12 || r->key->type == 2 || r->key->type == 5)
{
- printf("result: -%s-\n", r->data.ptr.name);
- printf("canonical: -%s-\n", c_to_canonical_string(r->data.ptr.name));
+ printf("c-style: \"%s\"\n", r->data.ptr.name);
+ printf("canonical: \"%s\"\n", c_to_canonical_string(r->data.ptr.name));
}
/*wide_area_publish();*/