Skip to content

Commit 03c9fba

Browse files
za-arthurArthur Zakirov
authored and
Arthur Zakirov
committed
PGPRO-1892: Remove obsolete INFO message
1 parent 88354a8 commit 03c9fba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/merge.c

-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ merge_backups(pgBackup *to_backup, pgBackup *from_backup)
310310
* Merging finished, now we can safely update ID of the destination backup.
311311
*/
312312
pgBackupCopy(to_backup, from_backup);
313-
elog(INFO, "to_backup: %s", base36enc(to_backup->start_time));
314313
/* Correct metadata */
315314
to_backup->backup_mode = BACKUP_MODE_FULL;
316315
to_backup->status = BACKUP_STATUS_OK;

0 commit comments

Comments
 (0)