Log exception when handling debugEnable

This commit is contained in:
Florian Schmaus 2018-04-04 16:42:09 +02:00
parent ac5508ae37
commit f48b761c33
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public final class SmackInitialization {
} }
} }
catch (Exception e) { catch (Exception e) {
// Ignore. LOGGER.log(Level.FINE, "Could not handle debugEnable property on Smack initialization", e);
} }
SASLAuthentication.registerSASLMechanism(new SCRAMSHA1Mechanism()); SASLAuthentication.registerSASLMechanism(new SCRAMSHA1Mechanism());