diff --git a/src/ripple/rpc/handlers/RipplePathFind.cpp b/src/ripple/rpc/handlers/RipplePathFind.cpp index e11849bbb..e2fe84c27 100644 --- a/src/ripple/rpc/handlers/RipplePathFind.cpp +++ b/src/ripple/rpc/handlers/RipplePathFind.cpp @@ -232,7 +232,7 @@ Json::Value doRipplePathFind (RPC::Context& context) } WriteLog (lsDEBUG, RPCHandler) - << "ripple_path_find< %s" << jvResult; + << "ripple_path_find< " << jvResult; return jvResult; }