aboutsummaryrefslogtreecommitdiffstats
path: root/grc/gui_qt/helpers/logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/gui_qt/helpers/logging.py')
-rw-r--r--grc/gui_qt/helpers/logging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/gui_qt/helpers/logging.py b/grc/gui_qt/helpers/logging.py
index 795889294..b0b1a8017 100644
--- a/grc/gui_qt/helpers/logging.py
+++ b/grc/gui_qt/helpers/logging.py
@@ -84,6 +84,7 @@ class ConsoleFormatter(logging.Formatter):
return output.format(level, message, record.name, record.filename, record.lineno)
''' Verbose formatter '''
+
def verbose(self, record):
# TODO: Still need to implement this
pass