From 2ad25b5ecfcbeb04135db1088d83488968ee3083 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sun, 27 Dec 2020 10:28:18 -0800 Subject: [PATCH] include channel names in Server::operator<< --- src/server.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/server.cpp b/src/server.cpp index db0c474..248f30f 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -279,19 +279,20 @@ std::ostream& operator<<(std::ostream& strm, const Server& serv) for(auto& pair : conn->chanBySID) { auto& chan = pair.second; + strm<name<<' '; if(chan->state==ServerChan::Creating) { - strm<state==ServerChan::Destroy) { - strm<opByIOID.empty()) { - strm<opByIOID) { auto& op = pair.second; if(!op) { - strm<state) {