Encode logs. fix #496

This commit is contained in:
Ruud
2012-07-01 01:25:11 +02:00
parent d4c7a22be9
commit 4a3d481e16
+1 -1
View File
@@ -73,7 +73,7 @@ class Logging(Plugin):
return jsonified({
'success': True,
'log': log,
'log': toUnicode(log),
'total': total,
})