about summary refs log tree commit diff stats
path: root/src/include/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/env.h')
-rw-r--r--src/include/env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/env.h b/src/include/env.h
index f3456647..db4974bd 100644
--- a/src/include/env.h
+++ b/src/include/env.h
@@ -23,7 +23,7 @@
 
 #ifdef _WIN32
 #define DEFAULT_LOG_LEVEL (LOG_INFO)
-#define BOX64_NOBANNER_DEFAULT (1)
+#define BOX64_NOBANNER_DEFAULT (0)
 #else
 extern char* ftrace_name;
 #define DEFAULT_LOG_LEVEL (ftrace_name ? LOG_INFO : (isatty(fileno(stdout)) ? LOG_INFO : LOG_NONE))