forked from I2P_Developers/i2p.i2p
cleanup
This commit is contained in:
@@ -122,7 +122,7 @@ class LogWriter implements Runnable {
|
||||
if (_manager.getDisplayOnScreenLevel() <= rec.getPriority()) {
|
||||
if (_manager.displayOnScreen()) {
|
||||
// wrapper log already does time stamps, so reformat without the date
|
||||
if (System.getProperty("wrapper.version") != null)
|
||||
if (_manager.getContext().hasWrapper())
|
||||
System.out.print(LogRecordFormatter.formatRecord(_manager, rec, false));
|
||||
else
|
||||
System.out.print(val);
|
||||
|
||||
Reference in New Issue
Block a user