[dhcp-agent-commits] dhcp-agent/src dhcp-daemon.c,1.6,1.7
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-07-27 00:14:49
|
Update of /cvsroot/dhcp-agent/dhcp-agent/src In directory sc8-pr-cvs1:/tmp/cvs-serv9266/src Modified Files: dhcp-daemon.c Log Message: FATAL_ERROR should be FATAL_MESSAGE Index: dhcp-daemon.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-daemon.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** dhcp-daemon.c 17 Jul 2003 13:12:54 -0000 1.6 --- dhcp-daemon.c 27 Jul 2003 00:14:46 -0000 1.7 *************** *** 73,77 **** /* Also we haven't opened logging yet, so do it now and exit. */ init_log(getprogname()); ! FATAL_ERROR("initialization: fork: %s", strerror(errno)); case 0: --- 73,77 ---- /* Also we haven't opened logging yet, so do it now and exit. */ init_log(getprogname()); ! FATAL_MESSAGE("initialization: fork: %s", strerror(errno)); case 0: |