Log exception in ProviderFileLoader

This commit is contained in:
Florian Schmaus 2018-08-13 16:40:16 +02:00
parent 6fb95d6226
commit 1136e8a2e9
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public class ProviderFileLoader implements ProviderLoader {
providerStream.close();
}
catch (Exception e) {
// Ignore.
LOGGER.log(Level.WARNING, "Exception closing provider stream", e);
}
}
}