From ac9116e78b05b587bc4834dfc9829638a7f325db Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 1 Nov 2017 12:01:12 -0400 Subject: [PATCH] add connkey to logging so I can tell which process is which --- src/zm_monitorstream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zm_monitorstream.cpp b/src/zm_monitorstream.cpp index d7b74b051..6c3f7b144 100644 --- a/src/zm_monitorstream.cpp +++ b/src/zm_monitorstream.cpp @@ -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; }