From: msweet Date: Tue, 10 Sep 2013 19:52:13 +0000 (+0000) Subject: Use UUID from dnssd URI to identify instance of printer X-Git-Tag: v2.2b1~859 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91123e2c8258eb60dbf015eeddb7d4a91c035e36;p=thirdparty%2Fcups.git Use UUID from dnssd URI to identify instance of printer Don't log the "still looking for xxx" message, let Jim screen those bugs :) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11276 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/cups/http-support.c b/cups/http-support.c index a0496a4ab2..8f5c67d808 100644 --- a/cups/http-support.c +++ b/cups/http-support.c @@ -2079,11 +2079,8 @@ http_resolve_cb( if (_cups_strcasecmp(uuid, uribuf->uuid)) { if (uribuf->options & _HTTP_RESOLVE_STDERR) - { - _cupsLangPrintFilter(stderr, "INFO", _("Still looking for printer.")); fprintf(stderr, "DEBUG: Found UUID %s, looking for %s.", uuid, uribuf->uuid); - } DEBUG_printf(("7http_resolve_cb: Found UUID %s, looking for %s.", uuid, uribuf->uuid)); @@ -2311,11 +2308,8 @@ http_resolve_cb( if (_cups_strcasecmp(uuid, uribuf->uuid)) { if (uribuf->options & _HTTP_RESOLVE_STDERR) - { - _cupsLangPrintFilter(stderr, "INFO", _("Still looking for printer.")); fprintf(stderr, "DEBUG: Found UUID %s, looking for %s.", uuid, uribuf->uuid); - } DEBUG_printf(("7http_resolve_cb: Found UUID %s, looking for %s.", uuid, uribuf->uuid));