log tweak

This commit is contained in:
zzz
2015-09-27 15:57:53 +00:00
parent b22a6bc163
commit d21777fbc1

View File

@ -1098,7 +1098,7 @@ public class EepGet {
*/
private int handleStatus(String line) {
if (_log.shouldLog(Log.DEBUG))
_log.debug("Status line: [" + line + "]");
_log.debug("Status line: [" + line.trim() + "]");
String[] toks = line.split(" ", 3);
if (toks.length < 2) {
if (_log.shouldLog(Log.WARN))