aboutsummaryrefslogtreecommitdiffstats
path: root/pylog/onaplogging/mdcformatter.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylog/onaplogging/mdcformatter.py')
-rw-r--r--pylog/onaplogging/mdcformatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylog/onaplogging/mdcformatter.py b/pylog/onaplogging/mdcformatter.py
index f63ec94..253420d 100644
--- a/pylog/onaplogging/mdcformatter.py
+++ b/pylog/onaplogging/mdcformatter.py
@@ -114,7 +114,7 @@ class MDCFormatter(logging.Formatter):
return s
except KeyError as e:
- print ("The mdc key %s format is wrong" % e.message)
+ print("The mdc key %s format is wrong" % e.message)
except Exception:
raise