mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Fix log message in SmackConfiguration
Those startup classes could be specified in other files besides smack-config.xml
This commit is contained in:
parent
8321948b3c
commit
a1227b78cc
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue