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

Skip to content
Snippets Groups Projects
Commit 6934599e authored by zzz's avatar zzz
Browse files

log tweak

parent 730dea37
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ public class SAMStreamSink { ...@@ -77,7 +77,7 @@ public class SAMStreamSink {
//boolean written = //boolean written =
writeDest(ourDest); writeDest(ourDest);
if (_log.shouldLog(Log.DEBUG)) if (_log.shouldLog(Log.DEBUG))
_log.debug("Dest written"); _log.debug("My destination written to " + _destFile);
} }
} }
} }
......
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