diff options
Diffstat (limited to 'sbin/pfctl/pfctl_parser.c')
-rw-r--r-- | sbin/pfctl/pfctl_parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c index f26ffc83ba4..d68605b1e09 100644 --- a/sbin/pfctl/pfctl_parser.c +++ b/sbin/pfctl/pfctl_parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.c,v 1.142 2003/02/12 12:48:40 mcbride Exp $ */ +/* $OpenBSD: pfctl_parser.c,v 1.143 2003/02/13 10:28:58 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1154,7 +1154,7 @@ host(const char *s, int mask) err(1, "host: asprintf"); v4mask = v6mask = mask; } else { - fprintf(stderr, "illegal mask\n"); + fprintf(stderr, "illegal mask %d\n", mask); return (NULL); } } |