mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-18 11:22:41 +02:00
PGPRO-2573: minor change of elevel in message about sparsing keep list
This commit is contained in:
parent
9d9aaf6cf1
commit
0163a7e3fb
@ -370,7 +370,7 @@ do_retention_internal(void)
|
||||
pgBackupCompareIdDesc))
|
||||
{
|
||||
/* make keep list a bit sparse */
|
||||
elog(INFO, "Sparsing keep list, remove %s", base36enc(keep_backup->start_time));
|
||||
elog(LOG, "Sparsing keep list, remove %s", base36enc(keep_backup->start_time));
|
||||
parray_remove(to_keep_list, i);
|
||||
i--;
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user