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