diff options
Diffstat (limited to 'src/nsmd')
-rw-r--r-- | src/nsmd/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |