Revision: 14385
Author: adrian.chadd
Date: Fri Jan 22 07:07:43 2010
Log: Fix the slightly misleading debugging output of the comm select
timestamp.
http://code.google.com/p/lusca-cache/source/detail?r=14385
Modified:
/branches/LUSCA_HEAD/libiapp/comm_generic.c
=======================================
--- /branches/LUSCA_HEAD/libiapp/comm_generic.c Mon Jun 30 04:36:05 2008
+++ /branches/LUSCA_HEAD/libiapp/comm_generic.c Fri Jan 22 07:07:43 2010
@@ -357,11 +357,11 @@
int rc;
double start = current_dtime;
- debug(5, 3) ("comm_select: timeout %d\n", msec);
-
if (msec > MAX_POLL_TIME)
msec = MAX_POLL_TIME;
+ debug(5, 3) ("comm_select: timeout %d, max %d\n", msec, MAX_POLL_TIME);
+
#if DELAY_POOLS
/* We have delayed fds in queue? */
if (n_slow_fds)
--
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en.