Changes in uspace/srv/logger/writer.c [bd6ff94:42bde6a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/logger/writer.c
rbd6ff94 r42bde6a 40 40 #include <io/log.h> 41 41 #include <io/logctl.h> 42 #include <io/klog.h>43 42 #include <ns.h> 44 43 #include <async.h> … … 80 79 } 81 80 82 KLOG_PRINTF(level,"[%s] %s: %s\n",81 printf("[%s] %s: %s\n", 83 82 log->full_name, log_level_str(level), 84 83 (const char *) message);
Note:
See TracChangeset
for help on using the changeset viewer.