This commit is contained in:
Michael Bayne
2010-09-14 21:07:41 +00:00
parent b8d0122159
commit e6fbfdca38
@@ -190,7 +190,7 @@ public class ConfigUtil
if (quals.startsWith("!")) {
if (quals.indexOf(",") != -1) { // sanity check
log.warning("Multiple qualifiers cannot be used when one of the qualifiers " +
"is negative", "qual", quals);
"is negative", "quals", quals);
return false;
}
return !checkQualifier(quals.substring(1), osname, osarch);