Skip to content

Commit dd83e73

Browse files
committed
INFO:Wait end of WAL streaming
1 parent a98eb32 commit dd83e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ pg_stop_backup(pgBackup *backup)
998998
if (stream_wal)
999999
{
10001000
/* Wait for the completion of stream */
1001-
elog(LOG, "Wait end of WAL streaming");
1001+
elog(INFO, "Wait end of WAL streaming");
10021002
pthread_join(stream_thread, NULL);
10031003
}
10041004
wait_wal_lsn(stop_backup_lsn);

0 commit comments

Comments
 (0)