summaryrefslogtreecommitdiff
path: root/jfr_playoff/data/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'jfr_playoff/data/__init__.py')
-rw-r--r--jfr_playoff/data/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jfr_playoff/data/__init__.py b/jfr_playoff/data/__init__.py
index 88e9f24..5ab6ffe 100644
--- a/jfr_playoff/data/__init__.py
+++ b/jfr_playoff/data/__init__.py
@@ -75,7 +75,7 @@ class PlayoffData(object):
phase_pos += 1
phase_object.matches[phase_pos] = match['id']
phase_pos += 1
- PlayoffLogger.get('data').info('phase object: %s', phase_object)
+ PlayoffLogger.get('data').info('phase object from config: %s', phase_object)
self.grid.append(phase_object)
return self.grid