mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 08:06:29 +00:00
Add missing \n
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -1834,7 +1834,7 @@ do_witness_create(void)
|
|||||||
sprintf(script, "%s %s -w -D %s start",
|
sprintf(script, "%s %s -w -D %s start",
|
||||||
make_pg_path("pg_ctl"),
|
make_pg_path("pg_ctl"),
|
||||||
options.pgctl_options, runtime_options.dest_dir);
|
options.pgctl_options, runtime_options.dest_dir);
|
||||||
log_info(_("starting witness server: %s"), script);
|
log_info(_("starting witness server: %s\n"), script);
|
||||||
r = system(script);
|
r = system(script);
|
||||||
if (r != 0)
|
if (r != 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user