]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/admin.c
Load cups into easysw/current.
[thirdparty/cups.git] / cgi-bin / admin.c
index 1a62ab6f1801c07e3ecaf120bd4724b84b1fffc6..85142e3a0f26d840b3e298e06ecd8657eeedff0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: admin.c 181 2006-06-22 20:01:18Z jlovell $"
+ * "$Id: admin.c 5572 2006-05-22 18:47:09Z mike $"
  *
  *   Administration CGI for the Common UNIX Printing System (CUPS).
  *
@@ -651,6 +651,8 @@ do_am_printer(http_t *http,         /* I - HTTP connection */
     * Do the request and get back a response...
     */
 
+    fprintf(stderr, "DEBUG: http=%p (%s)\n", http, http->hostname);
+
     if ((response = cupsDoRequest(http, request, "/")) != NULL)
     {
       fputs("DEBUG: Got device list!\n", stderr);
@@ -2891,5 +2893,5 @@ match_string(const char *a,               /* I - First string */
 
     
 /*
- * End of "$Id: admin.c 181 2006-06-22 20:01:18Z jlovell $".
+ * End of "$Id: admin.c 5572 2006-05-22 18:47:09Z mike $".
  */