summaryrefslogtreecommitdiff
path: root/src/irm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irm/main.c')
-rw-r--r--src/irm/main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/irm/main.c b/src/irm/main.c
index 6388427f..8ab071e0 100644
--- a/src/irm/main.c
+++ b/src/irm/main.c
@@ -1,8 +1,10 @@
-#include <stdio.h>
+#define OUROBOROS_PREFIX "irm"
+
+#include <ouroboros/logs.h>
int main()
{
- printf("Test of the IRM\n");
+ LOG_DBG("Test of the IRM");
return 0;
}