summaryrefslogtreecommitdiffstats
path: root/gallery_dl/output.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/output.py')
-rw-r--r--gallery_dl/output.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gallery_dl/output.py b/gallery_dl/output.py
index 3518545..bd5d959 100644
--- a/gallery_dl/output.py
+++ b/gallery_dl/output.py
@@ -105,6 +105,7 @@ class LoggerAdapterActions():
self.error = functools.partial(self.log, logging.ERROR)
def log(self, level, msg, *args, **kwargs):
+ msg = str(msg)
if args:
msg = msg % args