Update of /cvsroot/dhcp-agent/dhcp-agent
In directory usw-pr-cvs1:/tmp/cvs-serv711
Modified Files:
dhcp-util.c
Log Message:
debug message fix
Index: dhcp-util.c
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-util.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** dhcp-util.c 23 Oct 2002 16:27:49 -0000 1.29
--- dhcp-util.c 23 Oct 2002 23:42:34 -0000 1.30
***************
*** 30,34 ****
#include <dhcp-util.h>
! static int verbosity_level = MAX_VERBOSITY_LEVEL;
/* set the verbosity level. */
--- 30,34 ----
#include <dhcp-util.h>
! static int verbosity_level = DEBUG_VERBOSITY_LEVEL;
/* set the verbosity level. */
|