diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp index cf68d8fc1..2713c30d4 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -599,7 +599,7 @@ void CppCheck::purgedConfigurationMessage(const std::string &file, const std::st ErrorLogger::ErrorMessage errmsg(loclist, Severity::information, "The configuration '" + configuration + "' was not checked because its code equals another one.", - "toomanyconfigs", + "purgedConfiguration", false); reportErr(errmsg);