mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-21 19:42:05 +01:00
Add Logger to JavaxResolver
This commit is contained in:
parent
ac9641f091
commit
eccaf58df1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class JavaxResolver extends DNSResolver implements SmackInitializer {
|
|||
try {
|
||||
dirContext = new InitialDirContext();
|
||||
} catch (Exception e) {
|
||||
// Ignore.
|
||||
LOGGER.log(Level.SEVERE, "Could not construct InitialDirContext", e);
|
||||
}
|
||||
|
||||
// Try to set this DNS resolver as primary one
|
||||
|
|
Loading…
Reference in a new issue