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 1b02807 commit ffcd98cCopy full SHA for ffcd98c
src/bin/initdb/initdb.c
@@ -3206,7 +3206,7 @@ create_xlog_or_symlink(void)
3206
exit_nicely();
3207
}
3208
#else
3209
- fprintf(stderr, _("%s: symlinks are not supported on this platform"));
+ fprintf(stderr, _("%s: symlinks are not supported on this platform\n"), progname);
3210
3211
#endif
3212
src/bin/pg_basebackup/pg_basebackup.c
@@ -2280,7 +2280,7 @@ main(int argc, char **argv)
2280
exit(1);
2281
2282
2283
- fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
2284
2285
2286
free(linkloc);
0 commit comments