add connkey to logging so I can tell which process is which

This commit is contained in:
Isaac Connor 2017-11-01 12:01:12 -04:00
parent 8e010b3bd0
commit ac9116e78b
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ void MonitorStream::runStream() {
gettimeofday( &now, NULL ); gettimeofday( &now, NULL );
if ( connkey ) { if ( connkey ) {
Debug(2, "checking command Queue"); Debug(2, "checking command Queue for connkey: %d", connkey );
while(checkCommandQueue()) { while(checkCommandQueue()) {
got_command = true; got_command = true;
} }