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