diff options
author | emkael <emkael@tlen.pl> | 2022-03-27 21:25:55 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-03-27 21:27:22 +0200 |
commit | 9a3a4cf5ade30c48ca455f92a22acecab151cef8 (patch) | |
tree | b5b5562941e08a8221e0751b6509538e7423432b /jfr_playoff/data | |
parent | c2dab703b1a364ee000f222714cbb9dccf736f92 (diff) |
Better logging of phase objects
Diffstat (limited to 'jfr_playoff/data')
-rw-r--r-- | jfr_playoff/data/__init__.py | 2 |
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 |