]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
<rdar://problem/14672918> Use UUID from dnssd URI to identify instance of printer
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 10 Sep 2013 19:52:13 +0000 (19:52 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 10 Sep 2013 19:52:13 +0000 (19:52 +0000)
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

cups/http-support.c

index a0496a4ab22d5ec23c07a699504d775464aaed82..8f5c67d8082c5bf90e383a590295d0c5aaf13905 100644 (file)
@@ -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));