We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef001e2 commit 4c554a4Copy full SHA for 4c554a4
src/mod/manager/MainManager.cpp
@@ -104,7 +104,7 @@ std::string MainManager::onCommand(const std::shared_ptr<rcon::ConnectedClient>
104
}
105
106
void MainManager::onDebugInfo(const std::shared_ptr<rcon::ConnectedClient> client, const std::string& debugInfo) {
107
- Main::getInstance().getSelf().getLogger().debug(
+ Main::getInstance().getSelf().getLogger().info(
108
"[Client {}:{}] {}",
109
client->socket->remote_endpoint().address().to_string(),
110
client->socket->remote_endpoint().port(),
0 commit comments