From: Dominic Roberge Date: Thu, 20 Jan 2022 23:28:05 +0000 (-0500) Subject: Logging fix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=634d052f48af623f3085fe1bfa96ee5a5c56ea3c;p=deefuzzer.git Logging fix --- diff --git a/deefuzzer/station.py b/deefuzzer/station.py index 050bf70..2862d52 100644 --- a/deefuzzer/station.py +++ b/deefuzzer/station.py @@ -514,7 +514,7 @@ class Station(Thread): break except mdb.Error as e: - self._err('Could not get playlist from MySQLdb, Error %d: %s' % (e.args[0], e.args[1])) + self._err('Could not get requests from MySQLdb, Error %d: %s' % (e.args[0], e.args[1])) finally: if con: