summaryrefslogtreecommitdiff
path: root/src/Printer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Printer.cc')
-rw-r--r--src/Printer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Printer.cc b/src/Printer.cc
index ee6029c..a7fee9f 100644
--- a/src/Printer.cc
+++ b/src/Printer.cc
@@ -16,7 +16,7 @@ static const char * prefixes[] = {
"(**) ",
};
-Balau::Printer::Printer() : m_verbosity(M_STATUS | M_WARNING | M_ERROR | M_ENGINE_DEBUG), m_detailledLogs(false) {
+Balau::Printer::Printer() {
#ifdef DEBUG
m_detailledLogs = true;
#endif