mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
minor change of elevel
This commit is contained in:
+1
-1
@@ -469,7 +469,7 @@ catalog_get_last_data_backup(parray *backup_list, TimeLineID tli, time_t current
|
||||
if (!full_backup)
|
||||
return NULL;
|
||||
|
||||
elog(INFO, "Latest valid FULL backup: %s",
|
||||
elog(LOG, "Latest valid FULL backup: %s",
|
||||
base36enc(full_backup->start_time));
|
||||
|
||||
/* FULL backup is found, lets find his latest child */
|
||||
|
||||
Reference in New Issue
Block a user