Remove spurious format string from log

This commit is contained in:
JoelKatz
2015-08-04 10:23:21 -07:00
committed by Nik Bougalis
parent 64b80e0573
commit 863add6a19

View File

@@ -232,7 +232,7 @@ Json::Value doRipplePathFind (RPC::Context& context)
} }
WriteLog (lsDEBUG, RPCHandler) WriteLog (lsDEBUG, RPCHandler)
<< "ripple_path_find< %s" << jvResult; << "ripple_path_find< " << jvResult;
return jvResult; return jvResult;
} }