Skip to content

Commit 0acc911

Browse files
committed
add INFO message about backup/validate completion
1 parent 95df9fa commit 0acc911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

restore.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ do_restore_or_validate(time_t target_backup_id,
250250
parray_walk(backups, pgBackupFree);
251251
parray_free(backups);
252252

253-
elog(LOG, "%s completed.", action);
253+
elog(INFO, "%s of backup %s completed.",
254+
action, base36enc(dest_backup->start_time));
254255
return 0;
255256
}
256257

0 commit comments

Comments
 (0)