--- dnssd.c 2014-06-25 17:00:48.447803109 -0500 +++ dnssd.c.orig 2014-06-25 16:44:59.739098716 -0500 @@ -924,7 +924,7 @@ * Yes, add the device... */ - fprintf(stderr, "DEBUG: Found \"%s.%s.%s\"...\n", serviceName, regtype, + fprintf(stderr, "DEBUG: Found \"%s.%s%s\"...\n", serviceName, regtype, replyDomain); device = calloc(sizeof(cups_device_t), 1);