mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
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