Small fixes

This commit is contained in:
2022-12-30 23:38:16 +01:00
parent 515862acbd
commit 74cf713121
2 changed files with 6 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ public class RotatedLogsBackupProcess extends BackupProcess {
success = true;
Log.info("[Backup] Finished for " + ChatColor.GRAY + getDisplayName() + ChatColor.RESET);
} catch (final Exception e) {
} catch (Exception e) {
Log.severe("[Backup] Failed for : " + ChatColor.GRAY + getDisplayName() + ChatColor.RESET, e);
} finally {
onBackupEnd(success);