Fix error log.

This commit is contained in:
Clinton Hall 2014-07-12 06:28:16 +09:30
commit 85afe098cf

View file

@ -43,7 +43,7 @@ class autoProcessMovie:
if 'error' in result: if 'error' in result:
logger.error(str(result['error'])) logger.error(str(result['error']))
else: else:
logger.error("no media found for id %s", params['id']) logger.error("no media found for id %s" % (params['id']))
return results return results
# Gather release info and return it back, no need to narrow results # Gather release info and return it back, no need to narrow results