1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-06-21 01:34:15 +02:00

fix INFO message

This commit is contained in:
Anastasia
2017-02-15 18:31:40 +03:00
parent 62246e4c4e
commit d6b612e3c2
+1 -1
View File
@@ -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);