mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
Log exception in ProviderFileLoader
This commit is contained in:
parent
6fb95d6226
commit
1136e8a2e9
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ public class ProviderFileLoader implements ProviderLoader {
|
||||||
providerStream.close();
|
providerStream.close();
|
||||||
}
|
}
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
// Ignore.
|
LOGGER.log(Level.WARNING, "Exception closing provider stream", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue