mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 02:10:42 +01:00
fix: remove accidently left-in debug output (in previous commit)
This commit is contained in:
parent
085928dac2
commit
10a055ddaa
@ -275,7 +275,6 @@ waitMainQEmpty(tcps_sess_t *pSess)
|
|||||||
int iPrint = 0;
|
int iPrint = 0;
|
||||||
DEFiRet;
|
DEFiRet;
|
||||||
|
|
||||||
fprintf(stderr, "WaitMainQEmpty, initial size %d\n", iOverallQueueSize);
|
|
||||||
while(1) {
|
while(1) {
|
||||||
if(iOverallQueueSize == 0) {
|
if(iOverallQueueSize == 0) {
|
||||||
/* verify that queue is still empty (else it could just be a race!) */
|
/* verify that queue is still empty (else it could just be a race!) */
|
||||||
@ -288,8 +287,6 @@ fprintf(stderr, "WaitMainQEmpty, initial size %d\n", iOverallQueueSize);
|
|||||||
break;
|
break;
|
||||||
if(iPrint++ % 500 == 0)
|
if(iPrint++ % 500 == 0)
|
||||||
dbgprintf("imdiag sleeping, wait queues drain, curr size %d\n", iOverallQueueSize);
|
dbgprintf("imdiag sleeping, wait queues drain, curr size %d\n", iOverallQueueSize);
|
||||||
if(iPrint++ % 500 == 0)
|
|
||||||
fprintf(stderr, "imdiag sleeping, wait queues drain, curr size %d\n", iOverallQueueSize);
|
|
||||||
srSleep(0,200000);/* wait a little bit */
|
srSleep(0,200000);/* wait a little bit */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user