config: factor for DesiredTemp correted.

This commit is contained in:
Roland Jax
2014-05-18 16:45:06 +02:00
parent 0ed9795d99
commit b75246bf11
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ void* Connection::run()
delete m_socket;
m_running = false;
L.log(net, trace, "[%08x] connection closed - active connections: %d", getID(), m_count);
L.log(net, trace, "[%08x] connection closed", getID());
return NULL;
}