summaryrefslogtreecommitdiff
path: root/systemv/lpoptions.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-02-14 19:18:46 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-02-14 19:18:46 +0000
commitb86bc4cf571c35972a94a634ea884baff9799fa9 (patch)
tree9337cdf0bf4a63518307072ab0c75ce665c8a20a /systemv/lpoptions.c
parent411affcf6ae840dbe82786a1f42c16cb3127d20f (diff)
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@266 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'systemv/lpoptions.c')
-rw-r--r--systemv/lpoptions.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/systemv/lpoptions.c b/systemv/lpoptions.c
index 3eec93def..e69bd5a6f 100644
--- a/systemv/lpoptions.c
+++ b/systemv/lpoptions.c
@@ -1,5 +1,5 @@
/*
- * "$Id: lpoptions.c 5926 2006-09-05 20:45:47Z mike $"
+ * "$Id: lpoptions.c 6205 2007-01-22 22:04:43Z mike $"
*
* Printer option program for the Common UNIX Printing System (CUPS).
*
@@ -440,8 +440,8 @@ list_options(cups_dest_t *dest) /* I - Destination to list */
if ((filename = cupsGetPPD(dest->name)) == NULL)
{
_cupsLangPrintf(stderr,
- _("lpoptions: Destination %s has no PPD file!\n"),
- dest->name);
+ _("lpoptions: Unable to get PPD file for %s: %s\n"),
+ dest->name, cupsLastErrorString());
return;
}
@@ -484,5 +484,5 @@ usage(void)
/*
- * End of "$Id: lpoptions.c 5926 2006-09-05 20:45:47Z mike $".
+ * End of "$Id: lpoptions.c 6205 2007-01-22 22:04:43Z mike $".
*/