mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-02 02:39:24 +00:00
Reset the color to #CCCCCC
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user