summaryrefslogtreecommitdiff
path: root/src/backend/libpq/hba.c
diff options
context:
space:
mode:
authorPeter Eisentraut2017-09-11 15:20:47 +0000
committerPeter Eisentraut2017-09-11 15:21:27 +0000
commit821fb8cdbf700a8aadbe12d5b46ca4e61be5a8a8 (patch)
tree4f168da823a903d3d246f0141036618cc21f725c /src/backend/libpq/hba.c
parent3c435952176ae5d294b37e5963cd72ddb66edead (diff)
Message style fixes
Diffstat (limited to 'src/backend/libpq/hba.c')
-rw-r--r--src/backend/libpq/hba.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/hba.c b/src/backend/libpq/hba.c
index 42afead9fd7..ba011b6d61b 100644
--- a/src/backend/libpq/hba.c
+++ b/src/backend/libpq/hba.c
@@ -1608,7 +1608,7 @@ verify_option_list_length(List *options, char *optionname, List *masters, char *
ereport(LOG,
(errcode(ERRCODE_CONFIG_FILE_ERROR),
- errmsg("the number of %s (%i) must be 1 or the same as the number of %s (%i)",
+ errmsg("the number of %s (%d) must be 1 or the same as the number of %s (%d)",
optionname,
list_length(options),
mastername,