I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 26c744ca authored by zzz's avatar zzz
Browse files

cleanup

parent 10f33379
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment