diff options
Diffstat (limited to 'lib/errcode.c')
-rw-r--r-- | lib/errcode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/errcode.c b/lib/errcode.c index 60220c7..d356264 100644 --- a/lib/errcode.c +++ b/lib/errcode.c @@ -75,7 +75,7 @@ static const struct ipset_errcode_table core_errcode_table[] = { { IPSET_ERR_COUNTER, 0, "Packet/byte counters cannot be used: set was created without counter support" }, { IPSET_ERR_COMMENT, 0, - "Comment string is too long!" }, + "Comment cannot be used: set was created without comment support" }, { IPSET_ERR_SKBINFO, 0, "Skbinfo mapping cannot be used: set was created without skbinfo support" }, |