1
0
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:
Grigory Smolkin 2019-03-29 20:07:48 +03:00
parent 9d9aaf6cf1
commit 0163a7e3fb

View File

@ -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;