We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92399a9 commit 8574357Copy full SHA for 8574357
lib/remote/apilistener.cpp
@@ -1554,7 +1554,7 @@ void ApiListener::ReplayLog(const JsonRpcConnection::Ptr& client)
1554
count++;
1555
} catch (const std::exception& ex) {
1556
Log(LogWarning, "ApiListener")
1557
- << "Error while replaying log for endpoint '" << endpoint->GetName() << "': " << DiagnosticInformation(ex, false);
+ << "Error while replaying log for endpoint '" << endpoint->GetName() << "': " << ex.what();
1558
1559
Log(LogDebug, "ApiListener")
1560
<< "Error while replaying log for endpoint '" << endpoint->GetName() << "': " << DiagnosticInformation(ex);
0 commit comments