mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-04 17:26:49 +00:00
Log AsyncCallData error at error level
This commit is contained in:
@@ -573,7 +573,7 @@ public:
|
||||
}
|
||||
if (!status_.ok())
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(debug)
|
||||
BOOST_LOG_TRIVIAL(error)
|
||||
<< "AsyncCallData status_ not ok: "
|
||||
<< " code = " << status_.error_code()
|
||||
<< " message = " << status_.error_message();
|
||||
|
||||
Reference in New Issue
Block a user