diff options
Diffstat (limited to 'src/da')
-rw-r--r-- | src/da/main.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/da/main.c b/src/da/main.c index 2eeb7b36..e2971dca 100644 --- a/src/da/main.c +++ b/src/da/main.c @@ -1,8 +1,10 @@ -#include <stdio.h> +#define OUROBOROS_PREFIX "da" + +#include <ouroboros/logs.h> int main() { - printf("Test of the DA\n"); + LOG_DBG("Test of the DA"); return 0; } |