Add missing newline in message

pull/18/head
Magnus Hagander 9 years ago
parent fdf71389dd
commit 8cb545bfd4
  1. 2
      src/bin/pg_basebackup/pg_basebackup.c

@ -192,7 +192,7 @@ cleanup_directories_atexit(void)
if (made_tablespace_dirs || found_tablespace_dirs)
fprintf(stderr,
_("%s: changes to tablespace directories will not be undone"),
_("%s: changes to tablespace directories will not be undone\n"),
progname);
}

Loading…
Cancel
Save