commit | 7f8315a9286050d1b6819b8989a6d1082098d4d6 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Feb 13 15:54:42 2018 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Mar 15 15:19:46 2018 +0200 |
tree | e12f7214de83cd08002daa67a4a15fc6397ad8db | |
parent | 2abba3582d85048d9e5a403182343c8a77ae7a8d [diff] |
net: app: Fix debug level check We need to check the debug level to be INFO or higher, otherwise the some of the variables in net app init.c will give unused warning. Also the sys_log.h needs to be included _after_ we have set the logging level, this is done by net_core.h so we should not include the syslog header file here. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>