diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-12 17:46:16 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-12 17:46:16 +0200 |
commit | 1f874c220860d3a19fb6cfb60f0902a08639f6ab (patch) | |
tree | f2381b069684625980d0ecae4b32ae7dfcf436c1 /tcps_sess.c | |
parent | 057c9b11fca013205877e15dd851927a11aa058b (diff) | |
download | rsyslog-1f874c220860d3a19fb6cfb60f0902a08639f6ab.tar.gz rsyslog-1f874c220860d3a19fb6cfb60f0902a08639f6ab.tar.xz rsyslog-1f874c220860d3a19fb6cfb60f0902a08639f6ab.zip |
fixed small bug in testbench
Diffstat (limited to 'tcps_sess.c')
-rw-r--r-- | tcps_sess.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tcps_sess.c b/tcps_sess.c index f01114d6..1446df10 100644 --- a/tcps_sess.c +++ b/tcps_sess.c @@ -245,9 +245,7 @@ defaultDoSubmitMessage(tcps_sess_t *pThis) FINALIZE; } -RUNLOG_VAR("%ld", ttGenTime); if((iTimeRequery == 0) || (iNbrTimeUsed++ % iTimeRequery) == 0) { -RUNLOG_STR("XXX: quering time!"); datetime.getCurrTime(&stTime, &ttGenTime); } /* we now create our own message object and submit it to the queue */ |