Pass arguments to the logger the correct way

This commit is contained in:
Roberto Rosario
2014-11-02 20:55:21 -04:00
parent 654022807f
commit ba1729106f
30 changed files with 106 additions and 107 deletions

View File

@@ -336,7 +336,7 @@ def smart_link_condition_delete(request, smart_link_condition_pk):
def smart_link_acl_list(request, smart_link_pk):
smart_link = get_object_or_404(SmartLink, pk=smart_link_pk)
logger.debug('smart_link: %s' % smart_link)
logger.debug('smart_link: %s', smart_link)
return acl_list_for(
request,