Skip to content

Commit 30bbf16

Browse files
author
Artur Zakirov
committed
Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup
2 parents a5a1016 + 0fc1856 commit 30bbf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ show_backup_list(FILE *out, parray *backup_list)
205205
if (backup->recovery_time != (time_t) 0)
206206
time2iso(timestamp, lengthof(timestamp), backup->recovery_time);
207207
if (backup->end_time != (time_t) 0)
208-
snprintf(duration, lengthof(duration), "%.*lf s", 0,
208+
snprintf(duration, lengthof(duration), "%.*lfs", 0,
209209
difftime(backup->end_time, backup->start_time));
210210

211211
/*

0 commit comments

Comments
 (0)