mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Declutter detailed log output
This commit is contained in:
parent
fb5c332bc5
commit
bb09c102cc
@ -347,7 +347,7 @@ public final class WebRequest {
|
||||
CharBuffer textContent = UTF_8.newDecoder().onMalformedInput(CodingErrorAction.REPORT).onUnmappableCharacter(CodingErrorAction.REPORT).decode(data.duplicate());
|
||||
return String.format("Received %s%n%s%n", formatSize(data.remaining()), textContent);
|
||||
} catch (Exception e) {
|
||||
return String.format("Received %s%n[%s]%n", formatSize(data.remaining()), md5(data));
|
||||
return String.format("Received %s%n[%s]%n", formatSize(data.remaining()), md5(data.duplicate()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user