projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3f4e14
)
MINOR: filters: Typo in an error message
author
Christopher Faulet
<cfaulet@qualys.com>
Mon, 4 Apr 2016 08:51:17 +0000
(10:51 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Thu, 21 Apr 2016 04:59:05 +0000
(06:59 +0200)
src/filters.c
patch
|
blob
|
history
diff --git
a/src/filters.c
b/src/filters.c
index
a8efaa1
..
c277c12
100644
(file)
--- a/
src/filters.c
+++ b/
src/filters.c
@@
-177,7
+177,7
@@
parse_filter(char **args, int section_type, struct proxy *curpx,
/* Filter cannot be defined on a default proxy */
if (curpx == defpx) {
- memprintf(err, "parsing [%s:%d] : %s is only allowed in a 'default' section.",
+ memprintf(err, "parsing [%s:%d] : %s is not allowed in a 'default' section.",
file, line, args[0]);
return -1;
}