aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2019-05-31 23:51:07 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2019-05-31 23:52:16 +0200
commit6eb6e6a1e9d6e7d4dd154014ce404ec1c8175fb2 (patch)
treea950b90ed615ba17e6f9687d8bbacd8829565a23 /networking/udhcp/Config.src
parent65c34c52df3ed46f0b811d1858c271a373ab6af5 (diff)
downloadbusybox-6eb6e6a1e9d6e7d4dd154014ce404ec1c8175fb2.tar.gz
dhcp: downgrade "got raw socket fd" message to log3, make log2 default max
log3 messages are very much redundant function old new delta change_listen_mode 322 302 -20 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/Config.src')
-rw-r--r--networking/udhcp/Config.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src
index f16fc0a4f..8ef24748e 100644
--- a/networking/udhcp/Config.src
+++ b/networking/udhcp/Config.src
@@ -116,7 +116,7 @@ config FEATURE_UDHCP_PORT
config UDHCP_DEBUG
int "Maximum verbosity level (0..9)"
- default 9
+ default 2
range 0 9
depends on UDHCPD || UDHCPC || UDHCPC6 || DHCPRELAY
help