1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-03 09:13:20 +03:00

Message style improvements

This commit is contained in:
Peter Eisentraut
2012-06-07 23:35:33 +03:00
parent e8d029a30b
commit 5d0109bd27
8 changed files with 11 additions and 11 deletions

View File

@@ -110,7 +110,7 @@ ParseCompressionOption(int compression, CompressionAlgorithm *alg, int *level)
*alg = COMPR_ALG_NONE;
else
{
exit_horribly(modulename, "Invalid compression code: %d\n",
exit_horribly(modulename, "invalid compression code: %d\n",
compression);
*alg = COMPR_ALG_NONE; /* keep compiler quiet */
}