complete change default log level to Warn

This commit is contained in:
Michael Davidsaver
2021-05-05 20:06:29 -07:00
parent 383f332d20
commit 5d64bca234
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ void ServerConn::handle_DESTROY_REQUEST()
auto it = opByIOID.find(ioid);
if(!chan || it==opByIOID.end() || 1!=chan->opByIOID.erase(ioid)) {
log_warn_printf(connsetup, "Client %s can't destroy non-existant op %u:%u\n",
log_debug_printf(connsetup, "Client %s can't destroy non-existent op %u:%u\n",
peerName.c_str(), unsigned(sid), unsigned(ioid));
}