]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-import.cxx
Merge changes from CUPS 1.5svn-r9385.
[thirdparty/cups.git] / ppdc / ppdc-import.cxx
index b550b682c4c82230fcc9563f7104e287ef858be5..e4604600dd0dcf181c7310ddec903baee492aae8 100644 (file)
@@ -261,7 +261,8 @@ ppdcSource::import_ppd(const char *f)       // I - Filename
         if (sscanf(attr->value, "%s%*[^\"]\"%[^\"]\"%s%s", encoding, version,
                   charset, status) != 4)
        {
-         _cupsLangPrintf(stderr, _("Bad font attribute: %s\n"), attr->value);
+         _cupsLangPrintf(stderr, _("ppdc: Bad font attribute: %s"),
+                         attr->value);
          continue;
        }