1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-24 11:46:31 +02:00

minor spelling fix

This commit is contained in:
Grigory Smolkin 2020-05-21 19:04:45 +03:00
parent 4609347796
commit b799e6d950

View File

@ -192,7 +192,7 @@ do_backup_instance(PGconn *backup_conn, PGNodeInfo *nodeInfo, bool no_sync)
{
/* try to setup multi-timeline backup chain */
elog(WARNING, "Valid backup on current timeline %u is not found, "
"try to look up on previous timelines",
"trying to look up on previous timelines",
current.tli);
tli_list = catalog_get_timelines(&instance_config);