silence doomsim logging even more
This commit is contained in:
parent
236652be35
commit
381b8bd03c
1 changed files with 2 additions and 3 deletions
|
@ -185,11 +185,10 @@ int main(int argc, char *argv[])
|
|||
(void) argc;
|
||||
(void) argv;
|
||||
#ifndef NDEBUG
|
||||
log_set_level(LOG_TRACE);
|
||||
#else
|
||||
log_set_level(LOG_DEBUG);
|
||||
#else
|
||||
log_set_level(LOG_INFO);
|
||||
#endif
|
||||
log_set_level(LOG_DEBUG); // FIXME: silence!
|
||||
|
||||
log_info("doomsim starting");
|
||||
|
||||
|
|
Loading…
Reference in a new issue