X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=src%2Ffreenet%2Ftrustlistxml.cpp;h=0d0df5c00a58711862aa06e62d3ed01a28333970;hp=1b36aa3fe73a9f6d066fdf7f4f5e677d41caf23e;hb=8adfd604a97d385869b0ce763b35d014d7aa2cca;hpb=9048d8e482c91960265f29c2b5b3112f2a52f3d8 diff --git a/src/freenet/trustlistxml.cpp b/src/freenet/trustlistxml.cpp index 1b36aa3..0d0df5c 100644 --- a/src/freenet/trustlistxml.cpp +++ b/src/freenet/trustlistxml.cpp @@ -134,7 +134,7 @@ const bool TrustListXML::ParseXML(const std::string &xml) } else { - m_log->WriteLog(LogFile::LOGLEVEL_ERROR,__FUNCTION__," malformed Trust in TrustList.xml"); + m_log->WriteLog(LogFile::LOGLEVEL_ERROR,"TrustListXML::ParseXML malformed Trust in TrustList.xml"); } node=node->NextSibling("Trust");