mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Minor log output fix
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user