mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02: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…
Add table
Add a link
Reference in a new issue