diff --git a/src/zm_stream.cpp b/src/zm_stream.cpp index 5255d3ab2..88ccd11d1 100644 --- a/src/zm_stream.cpp +++ b/src/zm_stream.cpp @@ -128,10 +128,10 @@ bool StreamBase::checkCommandQueue() { return true; } } else if ( connkey ) { - Warning("No sd in checkCommandQueue, comms not open?"); + Warning("No sd in checkCommandQueue, comms not open for connkey %06d?", connkey); } else { // Perfectly valid if only getting a snapshot - Debug(1, "No sd in checkCommandQueue, comms not open?"); + Debug(1, "No sd in checkCommandQueue, comms not open."); } return false; } // end bool StreamBase::checkCommandQueue() @@ -387,8 +387,8 @@ void StreamBase::openComms() { rem_addr.sun_family = AF_UNIX; last_comm_update = std::chrono::system_clock::now(); + Debug(3, "comms open at %s", loc_sock_path); } // end if connKey > 0 - Debug(3, "comms open at %s", loc_sock_path); } // end void StreamBase::openComms() void StreamBase::closeComms() {