Log message fixed
This commit is contained in:
parent
ee379fef6e
commit
c88562c708
|
@ -495,7 +495,7 @@ sub rotate_backup() {
|
|||
if (scalar(@delete_files) == 0) {
|
||||
log_message "No backups to clean.";
|
||||
} else {
|
||||
log_message "$delete_count backups cleaned.";
|
||||
log_message "Total: $delete_count backups cleaned.";
|
||||
}
|
||||
|
||||
closedir($dh);
|
||||
|
|
Reference in New Issue