]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-file.cxx
Merge changes from CUPS 1.5svn-r9385.
[thirdparty/cups.git] / ppdc / ppdc-file.cxx
index 88689219988e0a4ab2e6f31a5b0d70dfb2864077..3d4520eb093ebd025620f1627a1748ad4a89a649 100644 (file)
@@ -46,7 +46,7 @@ ppdcFile::ppdcFile(const char  *f,            // I - File to open
   line     = 1;
 
   if (!fp)
-    _cupsLangPrintf(stderr, _("%s: Unable to open %s: %s\n"), "ppdc", f,
+    _cupsLangPrintf(stderr, _("ppdc: Unable to open %s: %s"), f,
                     strerror(errno));
 }