forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@ -1098,7 +1098,7 @@ public class EepGet {
|
|||||||
*/
|
*/
|
||||||
private int handleStatus(String line) {
|
private int handleStatus(String line) {
|
||||||
if (_log.shouldLog(Log.DEBUG))
|
if (_log.shouldLog(Log.DEBUG))
|
||||||
_log.debug("Status line: [" + line + "]");
|
_log.debug("Status line: [" + line.trim() + "]");
|
||||||
String[] toks = line.split(" ", 3);
|
String[] toks = line.split(" ", 3);
|
||||||
if (toks.length < 2) {
|
if (toks.length < 2) {
|
||||||
if (_log.shouldLog(Log.WARN))
|
if (_log.shouldLog(Log.WARN))
|
||||||
|
Reference in New Issue
Block a user