about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
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;