]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http-support.c
Merge changes from CUPS 1.5svn-r8849.
[thirdparty/cups.git] / cups / http-support.c
index bb9096425356a009a140f2b90877adf17141a62f..6ed3fd328bde46197fa024fce9807331b36b98ac 100644 (file)
@@ -1336,7 +1336,7 @@ _httpResolveURI(
 #endif /* DEBUG */
   {
     if (logit)
-      _cupsLangPrintf(stderr, _("Bad device URI \"%s\"!\n"), uri);
+      _cupsLangPrintf(stderr, _("Bad device URI \"%s\"\n"), uri);
 
     DEBUG_printf(("6_httpResolveURI: httpSeparateURI returned %d!", status));
     DEBUG_puts("5_httpResolveURI: Returning NULL");
@@ -1492,7 +1492,7 @@ _httpResolveURI(
       if (uri)
         fprintf(stderr, "DEBUG: Resolved as \"%s\"...\n", uri);
       else
-        fputs("DEBUG: Unable to resolve URI!\n", stderr);
+        fputs("DEBUG: Unable to resolve URI\n", stderr);
 
       fputs("STATE: -connecting-to-device\n", stderr);
     }
@@ -1506,7 +1506,7 @@ _httpResolveURI(
 #endif /* HAVE_DNSSD */
 
     if (logit && !uri)
-      _cupsLangPuts(stderr, _("Unable to find printer!\n"));
+      _cupsLangPuts(stderr, _("Unable to find printer\n"));
   }
 
   DEBUG_printf(("5_httpResolveURI: Returning \"%s\"", uri));