summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c2
1 files changed, 1 insertions, 1 deletions
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++;