View | Details | Raw Unified | Return to bug 95148
Collapse All | Expand All

(-)totd.c (-1 / +1 lines)
Lines 504-510 Link Here
504
				tvp = &tv_out;
504
				tvp = &tv_out;
505
				if (T.debug > 2)
505
				if (T.debug > 2)
506
					syslog (LOG_DEBUG, "next timeout after %ld s.",
506
					syslog (LOG_DEBUG, "next timeout after %ld s.",
507
						tv_out.tv_sec);
507
						(long)tv_out.tv_sec);
508
			}
508
			}
509
		}
509
		}
510
510

Return to bug 95148