Skip to content

Commit

Permalink
Merge branch 'dev' into fix-hook-unset
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardAH authored Jan 21, 2025
2 parents effc920 + 4466175 commit 8ed4c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pwd &&
tar -xzf cmake-3.23.1-linux-x86_64.tar.gz -C /hbb/ &&
echo "-- Install Boost 1.86.0 --" &&
pwd &&
( wget -nc -q https://boostorg.jfrog.io/artifactory/main/release/1.86.0/source/boost_1_86_0.tar.gz; echo "" ) &&
( wget -nc -q https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.gz; echo "" ) &&
tar -xzf boost_1_86_0.tar.gz &&
cd boost_1_86_0 && ./bootstrap.sh && ./b2 link=static -j$3 && ./b2 install &&
cd ../ &&
Expand Down
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 @@ -4791,7 +4791,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 8ed4c13

Please sign in to comment.