We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36e252 commit 669d9eaCopy full SHA for 669d9ea
src/bin/initdb/initdb.c
@@ -2813,7 +2813,7 @@ create_xlog_or_symlink(void)
2813
exit_nicely();
2814
}
2815
#else
2816
- fprintf(stderr, _("%s: symlinks are not supported on this platform"));
+ fprintf(stderr, _("%s: symlinks are not supported on this platform\n"), progname);
2817
2818
#endif
2819
src/bin/pg_basebackup/pg_basebackup.c
@@ -2430,7 +2430,7 @@ main(int argc, char **argv)
2430
disconnect_and_exit(1);
2431
2432
2433
- fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
2434
2435
2436
free(linkloc);
0 commit comments