Update of /cvsroot/dhcp-agent/dhcp-agent/src
In directory sc8-pr-cvs1:/tmp/cvs-serv3931
Modified Files:
dhcp-client.c
Log Message:
info_message corrected to INFO_MESSAGE
Index: dhcp-client.c
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-client.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** dhcp-client.c 25 May 2003 03:16:18 -0000 1.28
--- dhcp-client.c 25 May 2003 16:24:10 -0000 1.29
***************
*** 274,278 ****
pid_t pid;
! info_message("killing %s running on interface: %s", getprogname(), interface);
if(file_get_pid(interface, &pid)) {
--- 274,278 ----
pid_t pid;
! INFO_MESSAGE("killing %s running on interface: %s", getprogname(), interface);
if(file_get_pid(interface, &pid)) {
|