mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-09 14:45:47 +02:00
fix INFO message
This commit is contained in:
parent
62246e4c4e
commit
d6b612e3c2
@ -167,7 +167,7 @@ validate_wal(pgBackup *backup,
|
||||
if (last_xid == InvalidTransactionId)
|
||||
last_xid = backup->recovery_xid;
|
||||
|
||||
elog(INFO, "Validate WAL stoped on %s time and xid:" XID_FMT, timestamp, last_xid);
|
||||
elog(INFO, "Backup validation stopped on %s time and xid:" XID_FMT, timestamp, last_xid);
|
||||
|
||||
/* clean */
|
||||
XLogReaderFree(xlogreader);
|
||||
|
Loading…
Reference in New Issue
Block a user