Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a34ff24

Browse files
committed
[Issue #174] fix typo
1 parent 7eba6f3 commit a34ff24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/archive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ do_archive_push(InstanceConfig *instance, char *wal_file_path,
267267
if (push_isok)
268268
/* report number of files pushed into archive */
269269
elog(INFO, "PID [%d]: pg_probackup archive-push completed successfully, "
270-
"pushed files: %u, skipped files %u, time elapsed: %s",
270+
"pushed: %u, skipped: %u, time elapsed: %s",
271271
my_pid, n_total_pushed, n_total_skipped, pretty_time_str);
272272
else
273273
elog(ERROR, "PID [%d]: pg_probackup archive-push failed, "

0 commit comments

Comments
 (0)