diff options
Diffstat (limited to 'usr.sbin/hoststated')
-rw-r--r-- | usr.sbin/hoststated/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hoststated/parse.y b/usr.sbin/hoststated/parse.y index bd0ae78099a..952ad4e323a 100644 --- a/usr.sbin/hoststated/parse.y +++ b/usr.sbin/hoststated/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.55 2007/09/28 13:29:56 pyr Exp $ */ +/* $OpenBSD: parse.y,v 1.56 2007/10/01 12:34:02 pyr Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -261,7 +261,7 @@ main : INTERVAL number { conf->interval.tv_sec = $2; } } free($2); if (carp_demote_init(conf->demote_group, 1) == -1) { - yyerror("yyparse: error initializing group '%s'", + yyerror("yyparse: error initializing group %s", conf->demote_group); YYERROR; } |