summaryrefslogtreecommitdiff
path: root/jfr_playoff/data/__init__.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2022-03-27 21:25:55 +0200
committeremkael <emkael@tlen.pl>2022-03-27 21:27:22 +0200
commit9a3a4cf5ade30c48ca455f92a22acecab151cef8 (patch)
treeb5b5562941e08a8221e0751b6509538e7423432b /jfr_playoff/data/__init__.py
parentc2dab703b1a364ee000f222714cbb9dccf736f92 (diff)
Better logging of phase objects
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