silence doomsim logging even more

This commit is contained in:
oxmox 2023-02-19 10:46:26 +01:00
parent 236652be35
commit 381b8bd03c

View file

@ -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");