summaryrefslogtreecommitdiff
path: root/backend/usb-unix.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-04-09 22:42:49 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-04-09 22:42:49 +0000
commit839a51c83c61febe8d4c9ba56f6a05fce3d03710 (patch)
treef4a78140580870e06a5d95257d979990e12155ab /backend/usb-unix.c
parent50fe720154d2af59cdeeaecf05cc868530e16248 (diff)
downloadcups-839a51c83c61febe8d4c9ba56f6a05fce3d03710.tar.gz
Merge changes from CUPS 1.4svn-r7394.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@702 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'backend/usb-unix.c')
-rw-r--r--backend/usb-unix.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/backend/usb-unix.c b/backend/usb-unix.c
index 64215815e..f18061065 100644
--- a/backend/usb-unix.c
+++ b/backend/usb-unix.c
@@ -415,11 +415,10 @@ open_device(const char *uri, /* I - Device URI */
*/
if (busy)
- {
_cupsLangPuts(stderr,
_("INFO: Printer busy; will retry in 5 seconds...\n"));
- sleep(5);
- }
+
+ sleep(5);
}
}
#elif defined(__sun) && defined(ECPPIOC_GETDEVID)