From 2b44306315cf84479f735b12f78499616172dbb9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 2 Jul 2012 21:12:46 +0300 Subject: Assorted message style improvements --- src/bin/psql/variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/psql/variables.c') diff --git a/src/bin/psql/variables.c b/src/bin/psql/variables.c index 5e41efc5bde..4baa3e253a1 100644 --- a/src/bin/psql/variables.c +++ b/src/bin/psql/variables.c @@ -112,7 +112,7 @@ ParseVariableBool(const char *value) else { /* NULL is treated as false, so a non-matching value is 'true' */ - psql_error("unrecognized boolean value; assuming \"on\".\n"); + psql_error("unrecognized Boolean value; assuming \"on\"\n"); return true; } /* suppress compiler warning */ -- cgit v1.2.3