From c3ac91eb423096a8ed639a01068fe32c3a30e091 Mon Sep 17 00:00:00 2001 From: PKEuS Date: Wed, 10 Sep 2014 20:19:04 +0200 Subject: [PATCH] Fixed ID of message about purged configurations. --- lib/cppcheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);