fix warning message when failing to update status;

pull/33/head
Bryan Biedenkapp 3 years ago
parent 6573386cd7
commit 963a9ab421

@ -399,8 +399,7 @@ private:
} }
} }
catch (std::exception&) { catch (std::exception&) {
::LogWarning(LOG_HOST, "%s:%u, failed to properly handle status"); ::LogWarning(LOG_HOST, "%s:%u, failed to properly handle status", m_chData.address().c_str(), m_chData.port());
m_failed = true;
} }
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.