diff options
Diffstat (limited to 'networking/udhcp/common.c')
-rw-r--r-- | networking/udhcp/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c index 59cf723ee..62ad248ce 100644 --- a/networking/udhcp/common.c +++ b/networking/udhcp/common.c | |||
@@ -191,7 +191,7 @@ static void log_option(const char *pfx, const uint8_t *opt) | |||
191 | if (dhcp_verbose >= 2) { | 191 | if (dhcp_verbose >= 2) { |
192 | char buf[256 * 2 + 2]; | 192 | char buf[256 * 2 + 2]; |
193 | *bin2hex(buf, (void*) (opt + OPT_DATA), opt[OPT_LEN]) = '\0'; | 193 | *bin2hex(buf, (void*) (opt + OPT_DATA), opt[OPT_LEN]) = '\0'; |
194 | bb_error_msg("%s: 0x%02x %s", pfx, opt[OPT_CODE], buf); | 194 | bb_info_msg("%s: 0x%02x %s", pfx, opt[OPT_CODE], buf); |
195 | } | 195 | } |
196 | } | 196 | } |
197 | #else | 197 | #else |