Skip to content

Commit 1a9dd34

Browse files
committed
Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup
2 parents a930a13 + d28b092 commit 1a9dd34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

show.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ show_backup_list(FILE *out, parray *backup_list)
256256
/* Get parent timeline before printing */
257257
parent_tli = get_parent_tli(backup->tli);
258258
backup_id = base36enc(backup->start_time);
259-
elog(INFO, "%s : %ld", backup_id, backup->data_bytes);
260259

261260
fprintf(out, " %-11s %-6s %-19s %-6s %-7s %3d / %-3d %5s %6s %2X/%-8X %2X/%-8X %-8s\n",
262261
instance_name, backup_id,

0 commit comments

Comments
 (0)