Thanks to visit codestin.com Credit goes to github.com
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 c952eae commit f4eabafCopy full SHA for f4eabaf
src/bin/initdb/initdb.c
@@ -2942,7 +2942,7 @@ create_xlog_or_symlink(void)
2942
exit_nicely();
2943
}
2944
#else
2945
- fprintf(stderr, _("%s: symlinks are not supported on this platform"));
+ fprintf(stderr, _("%s: symlinks are not supported on this platform\n"), progname);
2946
2947
#endif
2948
src/bin/pg_basebackup/pg_basebackup.c
@@ -2588,7 +2588,7 @@ main(int argc, char **argv)
2588
disconnect_and_exit(1);
2589
2590
2591
- fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
2592
2593
2594
free(linkloc);
0 commit comments