[dhcp-agent-commits] dhcp-agent/src dhcp-client.c,1.34,1.35
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-07-06 17:14:46
|
Update of /cvsroot/dhcp-agent/dhcp-agent/src In directory sc8-pr-cvs1:/tmp/cvs-serv2024/src Modified Files: dhcp-client.c Log Message: fixed multi line string literaly -- argh Index: dhcp-client.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-client.c,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** dhcp-client.c 6 Jul 2003 17:07:48 -0000 1.34 --- dhcp-client.c 6 Jul 2003 17:14:43 -0000 1.35 *************** *** 359,364 **** } else { ! INFO_MESSAGE("This lease has been offered but has not been acquired yet, or the client has not been able to receive an acknowledgement from the ! server yet."); INFO_MESSAGE(" "); client_pretty_print_cache(cache, 1); --- 359,363 ---- } else { ! INFO_MESSAGE("This lease has been offered but has not been acquired yet, or the client has not been able to receive an acknowledgement from the server yet."); INFO_MESSAGE(" "); client_pretty_print_cache(cache, 1); |