mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Log exception when handling debugEnable
This commit is contained in:
parent
ac5508ae37
commit
f48b761c33
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public final class SmackInitialization {
|
|||
}
|
||||
}
|
||||
catch (Exception e) {
|
||||
// Ignore.
|
||||
LOGGER.log(Level.FINE, "Could not handle debugEnable property on Smack initialization", e);
|
||||
}
|
||||
|
||||
SASLAuthentication.registerSASLMechanism(new SCRAMSHA1Mechanism());
|
||||
|
|
Loading…
Reference in a new issue