diff options
Diffstat (limited to 'check_dir.c')
| -rw-r--r-- | check_dir.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/check_dir.c b/check_dir.c index 6289079..adf446b 100644 --- a/check_dir.c +++ b/check_dir.c @@ -320,10 +320,10 @@ _create_pg_dir(char *dir, bool force, bool for_witness) } else if (pg_dir && !force) { - log_warning(_("\nThis looks like a PostgreSQL directory.\n" - "If you are sure you want to clone here, " - "please check there is no PostgreSQL server " - "running and use the --force option\n")); + log_hint(_("This looks like a PostgreSQL directory.\n" + "If you are sure you want to clone here, " + "please check there is no PostgreSQL server " + "running and use the -F/--force option\n")); return false; } |
