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 8193d64 commit 018923cCopy full SHA for 018923c
src/bin/initdb/initdb.c
@@ -2918,7 +2918,7 @@ create_xlog_or_symlink(void)
2918
exit_nicely();
2919
}
2920
#else
2921
- fprintf(stderr, _("%s: symlinks are not supported on this platform"));
+ fprintf(stderr, _("%s: symlinks are not supported on this platform\n"), progname);
2922
2923
#endif
2924
src/bin/pg_basebackup/pg_basebackup.c
@@ -2523,7 +2523,7 @@ main(int argc, char **argv)
2523
disconnect_and_exit(1);
2524
2525
2526
- fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
2527
2528
2529
free(linkloc);
0 commit comments