summaryrefslogtreecommitdiff
path: root/program/management/commands/importnotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'program/management/commands/importnotes.py')
-rw-r--r--program/management/commands/importnotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/management/commands/importnotes.py b/program/management/commands/importnotes.py
index faf3ea3..da2f66c 100644
--- a/program/management/commands/importnotes.py
+++ b/program/management/commands/importnotes.py
@@ -50,7 +50,7 @@ WHERE n.sendung_id in (SELECT id FROM sendungen WHERE letzter_termin > current_d
try:
note.save()
except:
- print 'could not save note "%s" for show "%s"' % (ntitel, stitel)
+ print 'could not save note "%s" for show "%s" and datum "%s"' % (ntitel, stitel, datum)
else:
counter += 1
except ObjectDoesNotExist: