commit | 69f849235fb0c802528155683a4ccc8b4ef25adb | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Dec 14 15:33:48 2018 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Jan 08 13:29:18 2019 +0200 |
tree | 77b8e0d937467ef80a58830a62859d5d88b7c31f | |
parent | 88b2535e0dd9c6c81bcaf342941777bf8881de93 [diff] |
net: pkt: Only enable debug print when really needed The NET_LOG_LEVEL is enabled also when allocation debugging is enabled but when net_pkt debugging is not. Thus we need to use the CONFIG_NET_PKT_LOG_LEVEL when printing normal debug log prints. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>