add connkey to logging so I can tell which process is which
This commit is contained in:
parent
8e010b3bd0
commit
ac9116e78b
|
@ -569,7 +569,7 @@ void MonitorStream::runStream() {
|
|||
gettimeofday( &now, NULL );
|
||||
|
||||
if ( connkey ) {
|
||||
Debug(2, "checking command Queue");
|
||||
Debug(2, "checking command Queue for connkey: %d", connkey );
|
||||
while(checkCommandQueue()) {
|
||||
got_command = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue