From f06c4491be46e4ef3f863419cf96faca452c1be3 Mon Sep 17 00:00:00 2001 From: abn Date: Wed, 31 Aug 2016 10:09:09 +0200 Subject: [PATCH] CurvePlot: less verbose --- tools/CurvePlot/src/python/controller/utils.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CurvePlot/src/python/controller/utils.py.in b/tools/CurvePlot/src/python/controller/utils.py.in index 4b74aea4f..87f8e76c2 100644 --- a/tools/CurvePlot/src/python/controller/utils.py.in +++ b/tools/CurvePlot/src/python/controller/utils.py.in @@ -2,7 +2,7 @@ class Logger(object): """ Debug Info. """ - LOG_LEVEL = 0 # 0 means all, 1 means all but DEBUG, 2 means all but INFO and DEBUG, 3 only FATAL + LOG_LEVEL = 1 # 0 means all, 1 means all but DEBUG, 2 means all but INFO and DEBUG, 3 only FATAL @classmethod def Debug(cls, msg): -- 2.39.2