This commit is contained in:
Thulinma 2016-05-18 15:37:34 +02:00
parent b475cec09f
commit 9c20066925

View file

@ -881,6 +881,7 @@ namespace Mist {
}
}
}
stats();
}
DEBUG_MSG(DLVL_MEDIUM, "MistOut client handler shutting down: %s, %s, %s", myConn.connected() ? "conn_active" : "conn_closed", wantRequest ? "want_request" : "no_want_request", parseData ? "parsing_data" : "not_parsing_data");