]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/policy.c
Import CUPS v2.0b1
[thirdparty/cups.git] / scheduler / policy.c
index 8a3357ddc56008494ce9a5af0c78f94fbf495a69..b9883d42de2a0e009c659c797de996ff17ff670e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: policy.c 11684 2014-03-05 20:01:48Z msweet $"
+ * "$Id: policy.c 11681 2014-03-05 19:07:24Z msweet $"
  *
  * Policy routines for the CUPS scheduler.
  *
@@ -277,7 +277,7 @@ cupsdGetPrivateAttrs(
   cupsdLogMessage(CUPSD_LOG_DEBUG2,
                   "cupsdGetPrivateAttrs(policy=%p(%s), con=%p(%d), "
                  "printer=%p(%s), owner=\"%s\")", policy, policy->name, con,
-                 con->http.fd, printer, printer ? printer->name : "", owner);
+                 con->number, printer, printer ? printer->name : "", owner);
 #endif /* DEBUG */
 
   if (!policy)
@@ -503,5 +503,5 @@ hash_op(cupsd_location_t *op)               /* I - Operation */
 
 
 /*
- * End of "$Id: policy.c 11684 2014-03-05 20:01:48Z msweet $".
+ * End of "$Id: policy.c 11681 2014-03-05 19:07:24Z msweet $".
  */