]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/parallel.c
Load cups into easysw/current.
[thirdparty/cups.git] / backend / parallel.c
index 3731b378c54f952daccbc88572ba9669a78dc919..6acb8134fdc1a256f1df2d2b817c7233a4a31bad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: parallel.c 5194 2006-02-27 20:57:07Z mike $"
+ * "$Id: parallel.c 5241 2006-03-07 22:07:44Z mike $"
  *
  *   Parallel port backend for the Common UNIX Printing System (CUPS).
  *
@@ -202,6 +202,8 @@ main(int  argc,                             /* I - Number of command-line arguments (6 or 7) */
   * Open the parallel port device...
   */
 
+  fputs("STATE: +connecting-to-device\n", stderr);
+
   do
   {
     if ((fd = open(resource, O_WRONLY | O_EXCL)) == -1)
@@ -247,6 +249,8 @@ main(int  argc,                             /* I - Number of command-line arguments (6 or 7) */
   }
   while (fd < 0);
 
+  fputs("STATE: -connecting-to-device\n", stderr);
+
  /*
   * Set any options provided...
   */
@@ -733,5 +737,5 @@ list_devices(void)
 
 
 /*
- * End of "$Id: parallel.c 5194 2006-02-27 20:57:07Z mike $".
+ * End of "$Id: parallel.c 5241 2006-03-07 22:07:44Z mike $".
  */