]> git.parisson.com Git - deefuzzer.git/commitdiff
Logging fix
authorDominic Roberge <dominic.roberge.11@gmail.com>
Thu, 20 Jan 2022 23:28:05 +0000 (18:28 -0500)
committerDominic Roberge <dominic.roberge.11@gmail.com>
Thu, 20 Jan 2022 23:28:05 +0000 (18:28 -0500)
deefuzzer/station.py

index 050bf709afb2ee95c8b00f07683ad9f02855d99c..2862d5293eb642a20aa8290c07ca188007ea82cc 100644 (file)
@@ -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: