mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Logging migration continues ... (#97)
* migrate logging for blackborder and bonjour. fix logging bug in hyperion * fix kodichecker when kodi is not there
This commit is contained in:
@@ -310,7 +310,7 @@ void KODIVideoChecker::reconnect()
|
||||
|
||||
void KODIVideoChecker::connectionError(QAbstractSocket::SocketError error)
|
||||
{
|
||||
Error(_log,"Connection error (%s)", error);
|
||||
Error(_log,"Connection error (%s)", _socket.errorString().toStdString().c_str());
|
||||
|
||||
// close the socket
|
||||
_socket.close();
|
||||
|
Reference in New Issue
Block a user