summaryrefslogtreecommitdiff
path: root/playoff.py
diff options
context:
space:
mode:
authorMichaƂ Klichowicz <emkael@tlen.pl>2018-10-17 20:02:57 +0200
committerGitHub <noreply@github.com>2018-10-17 20:02:57 +0200
commit984540cd2dfba29c1dc9cbc43ab6fa4c85c7727b (patch)
treed03e49f564cec7c3eec7ce7c98fae530ec1544e0 /playoff.py
parent9a5f06ee9cddd38e11f49a2f934de202d34e63e2 (diff)
parent31fc51ce22e7c5197ed367cadd14d8a258f8fd65 (diff)
Merge pull request #28 from emkael/develv1.2.0
v1.2
Diffstat (limited to 'playoff.py')
-rw-r--r--playoff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/playoff.py b/playoff.py
index 16113fc..ac84c66 100644
--- a/playoff.py
+++ b/playoff.py
@@ -30,7 +30,7 @@ def main():
'INFO' if arguments.verbose else (
'DEBUG' if arguments.debug else 'WARNING')))
- PlayoffLogger.get().debug('started with arguments: %s', arguments)
+ PlayoffLogger.get().info('started with arguments: %s', arguments)
settings = PlayoffSettings(arguments.config_file)
interactive = settings.interactive