mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Fix misclassified error log entry
This commit is contained in:
@@ -102,7 +102,7 @@ public:
|
||||
"Stopping acceptance of new connections because the underlying transport is no longer listening.");
|
||||
} else if (ec) {
|
||||
endpoint_type::m_elog.write(log::elevel::rerror,
|
||||
"handle_accept error: "+ec.message());
|
||||
"start_accept error: "+ec.message());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user