mirror of https://github.com/shred/acme4j
parent
488c54fff0
commit
ae96894c09
|
@ -40,7 +40,7 @@ public class HttpConnector {
|
||||||
Properties prop = new Properties();
|
Properties prop = new Properties();
|
||||||
prop.load(in);
|
prop.load(in);
|
||||||
agent.append('/').append(prop.getProperty("version"));
|
agent.append('/').append(prop.getProperty("version"));
|
||||||
} catch (IOException ex) {
|
} catch (Exception ex) {
|
||||||
// Ignore, just don't use a version
|
// Ignore, just don't use a version
|
||||||
LoggerFactory.getLogger(HttpConnector.class).warn("Could not read library version", ex);
|
LoggerFactory.getLogger(HttpConnector.class).warn("Could not read library version", ex);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue