fix issue with FNE diagnostic logging;

pull/86/head
Bryan Biedenkapp 11 months ago
parent 6e551a568a
commit beeebe3587

@ -275,7 +275,7 @@ void* DiagNetwork::threadedNetworkRx(void* arg)
bool currState = g_disableTimeDisplay;
g_disableTimeDisplay = true;
::Log(9999U, nullptr, "%.9u (%8s) %s", peerId, connection->identity().c_str(), payload.c_str());
::Log(9999U, nullptr, nullptr, 0U, nullptr, "%.9u (%8s) %s", peerId, connection->identity().c_str(), payload.c_str());
g_disableTimeDisplay = currState;
// report diagnostic log to InfluxDB

Loading…
Cancel
Save

Powered by TurnKey Linux.