summaryrefslogtreecommitdiff
path: root/scheduler/ipp.c
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-06-20 08:43:09 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-06-20 08:43:09 -0400
commit956bb1274c77ec9b8fe84f2f1099d51de002e078 (patch)
treec427502ca64edbbc6577a66de93c3d6eab4b26b8 /scheduler/ipp.c
parentae7225e576bff0f86b7acc11e9bc0cad2bf552ae (diff)
Actually show the reason why PPD creation failed (Issue #5035)
Diffstat (limited to 'scheduler/ipp.c')
-rw-r--r--scheduler/ipp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduler/ipp.c b/scheduler/ipp.c
index 7f390f9f4..49a05a407 100644
--- a/scheduler/ipp.c
+++ b/scheduler/ipp.c
@@ -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);
}