mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +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 {
|
try {
|
||||||
dirContext = new InitialDirContext();
|
dirContext = new InitialDirContext();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// Ignore.
|
LOGGER.log(Level.SEVERE, "Could not construct InitialDirContext", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Try to set this DNS resolver as primary one
|
// Try to set this DNS resolver as primary one
|
||||||
|
|
Loading…
Reference in a new issue