forked from Telodendria/Cytoplasm
remove accidental include and make LogPrint static
This commit is contained in:
parent
36575b947f
commit
ba450ee766
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@
|
|||
#include <Memory.h>
|
||||
#include <Util.h>
|
||||
|
||||
#include <cstdarg>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
@ -222,7 +221,7 @@ LogConfigUnindent(LogConfig * config)
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
LogPrint(Stream * stream, LogConfig * config, int level, const char *msg, va_list argp)
|
||||
{
|
||||
size_t i;
|
||||
|
|
Loading…
Reference in a new issue