mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 08:55:53 +00:00
Preprocessor fix.
This commit is contained in:
@@ -669,7 +669,7 @@ void UniqueNodeList::processIps(const std::string& strSite, const RippleAddress&
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
cLog(lsTRACE)
|
cLog(lsTRACE)
|
||||||
<< str(boost::format("Validator: '%s' ["SECTION_IPS"]: rejecting '%s'")
|
<< str(boost::format("Validator: '%s' [" SECTION_IPS "]: rejecting '%s'")
|
||||||
% strSite % strReferral);
|
% strSite % strReferral);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user