mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-01 17:15:52 +00:00
dont report error.what() when returning rpcINTERNAL (#163)
This commit is contained in:
@@ -238,7 +238,7 @@ buildResponse(Context const& ctx)
|
|||||||
{
|
{
|
||||||
BOOST_LOG_TRIVIAL(error)
|
BOOST_LOG_TRIVIAL(error)
|
||||||
<< __func__ << " caught exception : " << err.what();
|
<< __func__ << " caught exception : " << err.what();
|
||||||
return Status{Error::rpcINTERNAL, err.what()};
|
return Status{Error::rpcINTERNAL};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user