quiet MONITOR exceeds window size

The destroy message triggers a spurious ERR.
This commit is contained in:
Michael Davidsaver
2023-05-15 10:31:30 -07:00
parent 13f7cd724d
commit 2247c20bee
+1 -1
View File
@@ -710,7 +710,7 @@ void Connection::handle_MONITOR()
log_debug_printf(io, "Server %s channel '%s' MONITOR zero window w/ %u\n",
peerName.c_str(), mon->chan->name.c_str(), unsigned(mon->unack));
} else {
} else if(!final) {
log_err_printf(io, "Server %s channel '%s' MONITOR exceeds window size\n",
peerName.c_str(), mon->chan->name.c_str());
}