Fix log message in SmackConfiguration

Those startup classes could be specified in other files besides
smack-config.xml
This commit is contained in:
Florian Schmaus 2014-03-27 16:09:07 +01:00
parent 8321948b3c
commit a1227b78cc
1 changed files with 1 additions and 2 deletions

View File

@ -335,8 +335,7 @@ public final class SmackConfiguration {
else {
logLevel = Level.WARNING;
}
LOGGER.log(logLevel, "A startup class '" + className
+ "' specified in smack-config.xml could not be loaded.");
LOGGER.log(logLevel, "A startup class '" + className + "' could not be loaded.");
if (!optional) {
throw cnfe;
} else {