summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-12-14 21:25:17 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-12-14 21:25:17 +0000
commitc779abb06a2a4c102b65b3f9f65e4ca6a792fff7 (patch)
tree5e8da09129ec17662d8b59b5729e116a3c95d11a /backend
parent229681c188bf1940a4963a5796df4be65bb00825 (diff)
Merge changes from CUPS 1.5svn-r9407.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2910 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'backend')
-rw-r--r--backend/usb-unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/usb-unix.c b/backend/usb-unix.c
index a1c4a1afd..03b70d294 100644
--- a/backend/usb-unix.c
+++ b/backend/usb-unix.c
@@ -142,7 +142,7 @@ print_device(const char *uri, /* I - Device URI */
}
else
{
- _cupsLangPrintError(stderr, "ERROR", _("Unable to open device file"));
+ _cupsLangPrintError("ERROR", _("Unable to open device file"));
return (CUPS_BACKEND_FAILED);
}
}