diff --git a/deluge/log.py b/deluge/log.py index 1f6405c8a..68d56ba3c 100644 --- a/deluge/log.py +++ b/deluge/log.py @@ -79,7 +79,7 @@ class Logging(LoggingLoggerClass): def exception(self, msg, *args, **kwargs): yield LoggingLoggerClass.exception(self, msg, *args, **kwargs) - def find_caller(self): + def findCaller(self): # NOQA f = logging.currentframe().f_back rv = "(unknown file)", 0, "(unknown function)" while hasattr(f, "f_code"):