]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/scsi-linux.c
Merge changes from CUPS 1.5svn-r8849.
[thirdparty/cups.git] / backend / scsi-linux.c
index a5ad8652d79c1f4ffe0914f5f1ffedbded354faf..934a626ec34b417866de2c269387721573e3a3c1 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   Linux SCSI printer support for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 2007 by Apple Inc.
+ *   Copyright 2007-2009 by Apple Inc.
  *   Copyright 2003-2005 by Easy Software Products, all rights reserved.
  *
  *   Redistribution and use in source and binary forms, with or
@@ -111,7 +111,7 @@ print_device(const char *resource,  /* I - SCSI device */
 
   if (strncmp(resource, "/dev/sg", 7) != 0)
   {
-    _cupsLangPrintf(stderr, _("ERROR: Bad SCSI device file \"%s\"!\n"),
+    _cupsLangPrintf(stderr, _("ERROR: Bad SCSI device file \"%s\"\n"),
                     resource);
     return (CUPS_BACKEND_STOP);
   }