summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Scott <michael.scott@linaro.org>2017-01-23 15:08:24 -0800
committerJukka Rissanen <jukka.rissanen@linux.intel.com>2017-01-31 13:45:54 +0200
commitc580d2ca2ab60615c967330c6e95ac72d152e4c9 (patch)
treedd35e7918e35cab487974af7b1e2ed3eebf4a0e3
parenta00a6d8536a6958d85f380cbc7c21592f6a9f426 (diff)
samples: net: irc_bot: dont hardcode NET_SYS_LOG_LEVEL
Instead let this be set via the project .conf file Change-Id: Id8d7b46cc0888b83593b6f82dae619fb42c6ae3f Signed-off-by: Michael Scott <michael.scott@linaro.org>
-rw-r--r--samples/net/irc_bot/src/irc-bot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/net/irc_bot/src/irc-bot.c b/samples/net/irc_bot/src/irc-bot.c
index 8031a7149..e81cf0add 100644
--- a/samples/net/irc_bot/src/irc-bot.c
+++ b/samples/net/irc_bot/src/irc-bot.c
@@ -16,7 +16,6 @@
#if 1
#define SYS_LOG_DOMAIN "irc"
-#define NET_SYS_LOG_LEVEL SYS_LOG_LEVEL_DEBUG
#define NET_LOG_ENABLED 1
#endif