summaryrefslogtreecommitdiff
path: root/src/nsmd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsmd/main.c')
-rw-r--r--src/nsmd/main.c2
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;
}