summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dhcp.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-22 11:30:58 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-22 11:30:58 +0000
commit88d070945ccf746f7df37369a0a5f4167ca95c8b (patch)
tree567d9273e805cf8fa54a0e7939065890917ac141 /mdk-stage1/dhcp.c
parentf37311c7e3570fdba372723391594ca6cd673228 (diff)
downloaddrakx-88d070945ccf746f7df37369a0a5f4167ca95c8b.tar
drakx-88d070945ccf746f7df37369a0a5f4167ca95c8b.tar.gz
drakx-88d070945ccf746f7df37369a0a5f4167ca95c8b.tar.bz2
drakx-88d070945ccf746f7df37369a0a5f4167ca95c8b.tar.xz
drakx-88d070945ccf746f7df37369a0a5f4167ca95c8b.zip
consistent dot-terminated error messages, consistent no-dot log messages
Diffstat (limited to 'mdk-stage1/dhcp.c')
-rw-r--r--mdk-stage1/dhcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/dhcp.c b/mdk-stage1/dhcp.c
index ee5f333b2..7a4d4bd68 100644
--- a/mdk-stage1/dhcp.c
+++ b/mdk-stage1/dhcp.c
@@ -459,7 +459,7 @@ static int handle_transaction(int s, struct bootp_request * breq, struct bootp_r
timeout = 5;
}
- error_message("No DHCP reply received");
+ error_message("No DHCP reply received.");
return -1;
}
@@ -500,7 +500,7 @@ enum return_type perform_dhcp(struct interface_info * intf)
char requested_options[50];
if (strncmp(intf->device, "eth", 3)) {
- error_message("DHCP available only for Ethernet networking");
+ error_message("DHCP available only for Ethernet networking.");
return RETURN_ERROR;
}