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 773e2d2 commit b7b0314Copy full SHA for b7b0314
src/bin/initdb/initdb.c
@@ -3422,7 +3422,7 @@ create_xlog_or_symlink(void)
3422
exit_nicely();
3423
}
3424
#else
3425
- fprintf(stderr, _("%s: symlinks are not supported on this platform"));
+ fprintf(stderr, _("%s: symlinks are not supported on this platform\n"), progname);
3426
3427
#endif
3428
src/bin/pg_basebackup/pg_basebackup.c
@@ -2248,7 +2248,7 @@ main(int argc, char **argv)
2248
exit(1);
2249
2250
2251
- fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
2252
2253
2254
free(linkloc);
0 commit comments