1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00

INFO:Wait end of WAL streaming

This commit is contained in:
Arthur Zakirov 2017-05-29 15:44:58 +03:00
parent a98eb327e1
commit dd83e73918

View File

@ -998,7 +998,7 @@ pg_stop_backup(pgBackup *backup)
if (stream_wal)
{
/* Wait for the completion of stream */
elog(LOG, "Wait end of WAL streaming");
elog(INFO, "Wait end of WAL streaming");
pthread_join(stream_thread, NULL);
}
wait_wal_lsn(stop_backup_lsn);