summaryrefslogtreecommitdiffstats
path: root/src/Core/ConnectionManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/ConnectionManager.cpp')
-rw-r--r--src/Core/ConnectionManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/ConnectionManager.cpp b/src/Core/ConnectionManager.cpp
index ceefe18..8356594 100644
--- a/src/Core/ConnectionManager.cpp
+++ b/src/Core/ConnectionManager.cpp
@@ -198,7 +198,7 @@ void ConnectionManager::identifyDaemonConnection(Net::Connection *connection, co
daemonInfo[idCon->first].setStatus(Common::HostInfo::RUNNING);
connection->setIdentified();
- Common::Logger::log("Identified as '" + name + "'.");
+ Common::Logger::logf("Identified as '%s'.", name.c_str());
}
std::vector<Common::HostInfo> ConnectionManager::getDaemonList() const {