Minor log output fix

This commit is contained in:
Ian Barwick
2017-08-04 23:58:15 +09:00
parent 20eeeef884
commit 068ecc963d

View File

@@ -123,7 +123,7 @@ do_standby_clone(void)
{ {
local_data_directory_provided = true; local_data_directory_provided = true;
log_notice(_("destination directory \"%s\" provided"), log_notice(_("destination directory \"%s\" provided"),
runtime_options.data_dir); local_data_directory);
} }
else if (mode == barman) else if (mode == barman)
{ {