another attempt to see what's broken on jenkins

This commit is contained in:
Victor Shnayder
2012-09-06 14:41:09 -04:00
parent 6ab80fb4a8
commit d4c0516c8b

View File

@@ -205,7 +205,7 @@ def index(request, course_id, chapter=None, section=None,
' far, should have gotten a course module for this user')
return redirect(reverse('about_course', args=[course.id]))
log.debug("TEMP: course_id {}, chap {}, sec {}, first_time {}, course position = {}"
log.warning("TEMP: course_id {}, chap {}, sec {}, first_time {}, course position = {}"
.format(course_id, chapter, section, first_time, course_module.position))
if chapter is None and section is None: