Skip to content

Commit

Permalink
print a warning when "hexa-string" as the logging level is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakane committed Dec 17, 2000
1 parent 6076b3d commit fbcf57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/kame/racoon/cfparse.y
@@ -1,4 +1,4 @@
/* $KAME: cfparse.y,v 1.78 2000/12/16 14:50:35 sakane Exp $ */
/* $KAME: cfparse.y,v 1.79 2000/12/17 21:46:52 sakane Exp $ */

%{
#include <sys/types.h>
Expand Down Expand Up @@ -277,7 +277,7 @@ logging_statement
log_level
: HEXSTRING
{
yywarn("such a log specification will be obsoleted.");
yywarn("see racoon.conf(5), such a log specification will be obsoleted.");
vfree($1);

/* command line option has a priority than it. */
Expand Down

0 comments on commit fbcf57c

Please sign in to comment.