forked from metin2/server
WIP: rewrite the network stack to use libevent
This commit is contained in:
@ -42,7 +42,7 @@ void log_file_rotate(LPLOGFILE logfile);
|
||||
void log_file_check(LPLOGFILE logfile);
|
||||
void log_file_set_dir(const char *dir);
|
||||
|
||||
static unsigned int log_level_bits = 0;
|
||||
static unsigned int log_level_bits = 7;
|
||||
|
||||
void log_set_level(unsigned int bit)
|
||||
{
|
||||
|
Reference in New Issue
Block a user