1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-14 07:34:53 +02:00

Log exception when handling debugEnable

This commit is contained in:
Florian Schmaus 2018-04-04 16:42:09 +02:00
parent ac5508ae37
commit f48b761c33

View file

@ -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());