diff --git a/src/cpp/ripple/UniqueNodeList.cpp b/src/cpp/ripple/UniqueNodeList.cpp index 6a1c22e933..5928fb5a9a 100644 --- a/src/cpp/ripple/UniqueNodeList.cpp +++ b/src/cpp/ripple/UniqueNodeList.cpp @@ -669,7 +669,7 @@ void UniqueNodeList::processIps(const std::string& strSite, const RippleAddress& else { cLog(lsTRACE) - << str(boost::format("Validator: '%s' ["SECTION_IPS"]: rejecting '%s'") + << str(boost::format("Validator: '%s' [" SECTION_IPS "]: rejecting '%s'") % strSite % strReferral); } }