HTTP server logging migration (and other random small cleanups) (#106)

This commit is contained in:
penfold42
2016-07-12 21:47:30 +10:00
committed by brindosch
parent b7b17b36e8
commit 49f16ac2e6
8 changed files with 9 additions and 22 deletions

View File

@@ -164,7 +164,7 @@ void ProtoConnection::sendMessage(const proto::HyperionRequest &message)
break;
default:
//std::cout << "Connecting to Hyperion: " << _host.toStdString() << ":" << _port << std::endl;
Debug(_log, "Connecting to Hyperion: %s:%d", _host.toStdString().c_str(), _port);
break;
}
_prevSocketState = _socket.state();