From f451377cc1194837ce579afc57bee6de28fe3344 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 12 Dec 2000 22:57:29 +0000 Subject: blah, don't include my test file in the repositoty --- mdk-stage1/probing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/probing.c') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index c61552f07..6d70137e2 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -397,7 +397,7 @@ char ** get_net_devices(void) while (ptr && *ptr) { if (net_device_available(*ptr)) { - log_message("NET: interface %s available", *ptr); + log_message("NET: %s is available", *ptr); tmp[i++] = strdup(*ptr); } ptr++; -- cgit v1.2.1