diff --git a/src/libxrpl/tx/Transactor.cpp b/src/libxrpl/tx/Transactor.cpp index 5bf2305162..0b228a8444 100644 --- a/src/libxrpl/tx/Transactor.cpp +++ b/src/libxrpl/tx/Transactor.cpp @@ -1160,7 +1160,9 @@ Transactor::processPersistentChanges(TER result, XRPAmount& fee, bool& applied) break; // LCOV_EXCL_START default: - UNREACHABLE("xrpl::Transactor::operator() : unexpected type"); + UNREACHABLE( + "xrpl::Transactor::processPersistentChanges() : " + "unexpected type"); break; // LCOV_EXCL_STOP }