mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-25 22:14:28 +00:00
Reset the color to #CCCCCC
This commit is contained in:
parent
865ad9257b
commit
16d9ce870e
@ -1,5 +1,7 @@
|
||||
#include <init.h>
|
||||
|
||||
#include "printf.h"
|
||||
|
||||
void init_log(const char *fmt, ...)
|
||||
{
|
||||
printf_libinit("\eCCCCCC[\e0088FFinit\eCCCCCC] \eAAAAAA");
|
||||
@ -7,4 +9,5 @@ void init_log(const char *fmt, ...)
|
||||
va_start(args, fmt);
|
||||
vprintf_libinit(fmt, args);
|
||||
va_end(args);
|
||||
printf_libinit("\eCCCCCC");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user