diff --git a/copyparty/th_srv.py b/copyparty/th_srv.py index 2c87dded..8264514f 100644 --- a/copyparty/th_srv.py +++ b/copyparty/th_srv.py @@ -253,7 +253,9 @@ class ThumbSrv(object): fun(abspath, tpath) except: msg = "{} could not create thumbnail of {}\n{}" - self.log(msg.format(fun.__name__, abspath, min_ex()), "1;30") + msg = msg.format(fun.__name__, abspath, min_ex()) + c = 1 if "