mirror of
https://github.com/zyphlar/LanternPowerMonitor.git
synced 2024-03-08 14:07:47 +00:00
Add BOM generation from within the app.
This commit is contained in:
@@ -91,7 +91,7 @@ public class HttpPool {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
catch (IOException _e) {
|
||||
catch (Exception _e) {
|
||||
LOG.error("Failed to make http request to " + _request.getURI().toString(), _e);
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user