Skip to content

Commit

Permalink
Add space to trace_float log (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
tequdev authored Jan 21, 2025
1 parent 85a7522 commit 621ca9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/app/hook/impl/applyHook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4790,7 +4790,7 @@ DEFINE_HOOK_FUNCTION(

if (float1 == 0)
{
j.trace() << "HookTrace[" << HC_ACC() << "]:"
j.trace() << "HookTrace[" << HC_ACC() << "]: "
<< (read_len == 0
? ""
: std::string_view(
Expand Down

0 comments on commit 621ca9c

Please sign in to comment.