From: yomguy Date: Thu, 19 Jul 2012 17:11:33 +0000 (+0200) Subject: debug again X-Git-Tag: 0.7-dev^2~13 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5582981fe3085dc8f7262bd3cd3b6bc03837933e;p=teleforma.git debug again --- diff --git a/teleforma/management/commands/teleforma-import-conferences.py b/teleforma/management/commands/teleforma-import-conferences.py index f48a4a44..c16f485d 100644 --- a/teleforma/management/commands/teleforma-import-conferences.py +++ b/teleforma/management/commands/teleforma-import-conferences.py @@ -129,6 +129,6 @@ class Command(BaseCommand): media.course_type = conference.course_type media.type = ext media.save() - logger.info(path) + logger.logger.info(path) i += 1