diff options
Diffstat (limited to 'networking/udhcp/static_leases.c')
-rw-r--r-- | networking/udhcp/static_leases.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/static_leases.c b/networking/udhcp/static_leases.c index f4a24ab62..b7f9e5c59 100644 --- a/networking/udhcp/static_leases.c +++ b/networking/udhcp/static_leases.c | |||
@@ -66,7 +66,7 @@ void FAST_FUNC log_static_leases(struct static_lease **st_lease_pp) | |||
66 | 66 | ||
67 | cur = *st_lease_pp; | 67 | cur = *st_lease_pp; |
68 | while (cur) { | 68 | while (cur) { |
69 | bb_info_msg("static lease: mac:%02x:%02x:%02x:%02x:%02x:%02x nip:%x", | 69 | bb_error_msg("static lease: mac:%02x:%02x:%02x:%02x:%02x:%02x nip:%x", |
70 | cur->mac[0], cur->mac[1], cur->mac[2], | 70 | cur->mac[0], cur->mac[1], cur->mac[2], |
71 | cur->mac[3], cur->mac[4], cur->mac[5], | 71 | cur->mac[3], cur->mac[4], cur->mac[5], |
72 | cur->nip | 72 | cur->nip |