]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Actually show the reason why PPD creation failed (Issue #5035)
authorMichael Sweet <michael.r.sweet@gmail.com>
Tue, 20 Jun 2017 12:43:09 +0000 (08:43 -0400)
committerMichael Sweet <michael.r.sweet@gmail.com>
Tue, 20 Jun 2017 12:43:09 +0000 (08:43 -0400)
scheduler/ipp.c

index 7f390f9f4d5ef71a46abed2d2cc40fcf97536b9a..49a05a40790166488498b0fee19efe513ed05959 100644 (file)
@@ -5366,7 +5366,7 @@ create_local_bg_thread(
     }
   }
   else
-    cupsdLogMessage(CUPSD_LOG_ERROR, "%s: PPD creation failed.", printer->name);
+    cupsdLogMessage(CUPSD_LOG_ERROR, "%s: PPD creation failed: %s", printer->name, cupsLastErrorString());
 
   return (NULL);
 }