From 742d01a4f9a32f17561104ee7da8971c1bcdd703 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Wed, 8 Feb 2017 17:09:55 +0100 Subject: lib: Log to the logging system This removes the logfile and outputs log messages to the logging system. The creation of the logfiles (as well as the ap_init() call) were moved into ipcp_init() to simplify the IPCP creation and shutdown. Fixes #25 Fixes #27 --- src/nsmd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nsmd/main.c') diff --git a/src/nsmd/main.c b/src/nsmd/main.c index b30b9dd9..f3b87330 100644 --- a/src/nsmd/main.c +++ b/src/nsmd/main.c @@ -4,7 +4,7 @@ int main(void) { - LOG_DBG("Test of the DA"); + log_dbg("Test of the DA"); return 0; } -- cgit v1.2.3