Skip to content

Commit 8312253

Browse files
committed
1 parent 5114d62 commit 8312253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/pg_createsubscriber.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ modify_subscriber_sysid(const struct CreateSubscriberOptions *opt)
704704
int rc = system(cmd_str);
705705

706706
if (rc == 0)
707-
pg_log_info("subscriber successfully reset WAL on the subscriber");
707+
pg_log_info("successfully reset WAL on the subscriber");
708708
else
709709
pg_fatal("could not reset WAL on subscriber: %s", wait_result_to_str(rc));
710710
}

0 commit comments

Comments
 (0)