aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2008-10-30 08:51:13 +0000
committerPeter Eisentraut <peter_e@gmx.net>2008-10-30 08:51:13 +0000
commita1bbfa78b4d2d321a26932fa59ef5a9b1e4208fb (patch)
tree6a9bd4a656d2803cd346bb708be90141a2c176d8
parentb56cdf3b85064710cf40f1b5a3452ff86379ddb8 (diff)
downloadpostgresql-a1bbfa78b4d2d321a26932fa59ef5a9b1e4208fb.tar.gz
postgresql-a1bbfa78b4d2d321a26932fa59ef5a9b1e4208fb.zip
Improve new message
-rw-r--r--src/bin/initdb/initdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c
index 0fc76f199f2..c3b7ee1b3da 100644
--- a/src/bin/initdb/initdb.c
+++ b/src/bin/initdb/initdb.c
@@ -42,7 +42,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions taken from FreeBSD.
*
- * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.152.2.3 2008/06/02 03:48:07 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.152.2.4 2008/10/30 08:51:13 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -3009,7 +3009,7 @@ main(int argc, char *argv[])
canonicalize_path(xlog_dir);
if (!is_absolute_path(xlog_dir))
{
- fprintf(stderr, _("%s: xlog directory location must be an absolute path\n"), progname);
+ fprintf(stderr, _("%s: transaction log directory location must be an absolute path\n"), progname);
exit_nicely();
}