Index: uspace/srv/logger/writer.c
===================================================================
--- uspace/srv/logger/writer.c	(revision 0caa075ea82d03f424199300f84ace6747f5bd02)
+++ uspace/srv/logger/writer.c	(revision bd6ff94a86a9f8314af7356e69c663244267b3be)
@@ -40,4 +40,5 @@
 #include <io/log.h>
 #include <io/logctl.h>
+#include <io/klog.h>
 #include <ns.h>
 #include <async.h>
@@ -79,5 +80,5 @@
 	}
 
-	printf("[%s] %s: %s\n",
+	KLOG_PRINTF(level, "[%s] %s: %s\n",
 	    log->full_name, log_level_str(level),
 	    (const char *) message);
