Always quote node names in log messages

This commit is contained in:
Ian Barwick
2019-04-30 15:52:56 +09:00
parent d7de0a64e0
commit 89a7261483
5 changed files with 24 additions and 24 deletions

View File

@@ -1290,7 +1290,7 @@ main(int argc, char **argv)
pfree(escaped);
if (record_status != RECORD_FOUND)
{
log_error(_("node %s (specified with --node-name) not found"),
log_error(_("node \"%s\" (specified with --node-name) not found"),
runtime_options.node_name);
PQfinish(conn);
free_conninfo_params(&source_conninfo);