Skip to content

Commit 365a291

Browse files
authored
print out stack trace if backup local fails with generic exception (#213)
1 parent 54a030c commit 365a291

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DriveBackup/src/main/java/ratismal/drivebackup/UploadThread.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ private void makeBackupFile(String location, LocalDateTimeFormatter formatter, L
381381
return;
382382
} catch (Exception exception) {
383383
logger.log(intl("backup-local-failed"));
384+
MessageUtil.sendConsoleException(exception);
384385
return;
385386
}
386387
locationsToBePruned.put(location, formatter);

0 commit comments

Comments
 (0)