Correct logging

pull/11/head
Geoffrey Merck 4 years ago
parent 64cb5d536a
commit b22fb86cc0

@ -154,7 +154,7 @@ void* CAPRSWriterThread::Entry()
if (length < 0) {
m_connected = false;
m_socket.close();
CLog::logInfo("Error when reading from the APRS server");
CLog::logError("Error when reading from the APRS server");
startReconnectionTimer();
}

Loading…
Cancel
Save

Powered by TurnKey Linux.