about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-07 17:36:07 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-07 17:36:07 +0100
commit343174fd476dee93e9c29878c6398d5c9f72e265 (patch)
tree7fb70fba8d747af68b8dddfaaec5802e2886fd10 /src
parent3c20930550f204072ecb96d3f9620a0f85c093bd (diff)
downloadbox64-343174fd476dee93e9c29878c6398d5c9f72e265.tar.gz
box64-343174fd476dee93e9c29878c6398d5c9f72e265.zip
Default log level to INFO for now
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 28d388d8..095b61ad 100755
--- a/src/main.c
+++ b/src/main.c
@@ -25,9 +25,9 @@
 #include "x64run.h"
 
 box64context_t *my_context = NULL;
-int box64_log = LOG_NONE;
+int box64_log = LOG_INFO; //LOG_NONE;
 int box64_nobanner = 0;
-int box64_dynarec_log = LOG_INFO; //LOG_NONE;
+int box64_dynarec_log = LOG_NONE;
 int box64_pagesize;
 int box64_dynarec = 0;
 int dlsym_error = 0;