From ea9a679c27253a4d3be09f833aec902560e5301f Mon Sep 17 00:00:00 2001 From: Ahsan Ulhaq Date: Tue, 27 Mar 2018 16:59:07 +0500 Subject: [PATCH] small nit --- lms/djangoapps/certificates/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/certificates/queue.py b/lms/djangoapps/certificates/queue.py index c6febba19c..66b8e35c87 100644 --- a/lms/djangoapps/certificates/queue.py +++ b/lms/djangoapps/certificates/queue.py @@ -445,7 +445,7 @@ class XQueueCertInterface(object): cert.save() logging.info(u'certificate generated for user: %s with generate_pdf status: %s', - student.id, generate_pdf) + student.username, generate_pdf) if generate_pdf: try: