pull/215/head
M66B 9 months ago
parent df1b954f72
commit 2f5a1a069f

@ -123,7 +123,7 @@ public class FairEmailBackupAgent extends BackupAgent {
}
boolean write = !Objects.equals(dataHash, lastHash);
EntityLog.log(this, "Backup write=" + write + "size=" + dataBuf.length);
EntityLog.log(this, "Backup write=" + write + " size=" + dataBuf.length);
if (write) {
ByteArrayOutputStream bos = new ByteArrayOutputStream();
try (GZIPOutputStream gos = new GZIPOutputStream(bos)) {

Loading…
Cancel
Save