From 1baadcb829650a7cd1070b1d0bf28f64e5dc48a1 Mon Sep 17 00:00:00 2001 From: elpatron68 Date: Sat, 27 Jul 2019 21:42:49 +0200 Subject: [PATCH] Logging --- mumbleBot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mumbleBot.py b/mumbleBot.py index 3967196..72d0330 100644 --- a/mumbleBot.py +++ b/mumbleBot.py @@ -375,6 +375,7 @@ class MumbleBot: msg = var.config.get('strings', 'rbqueryresult') + " :" msg += '\n' if not rb_stations: + logging.debug('No matches found for rbquery ' + parameter) self.send_msg('Radio-Browser found no matches for ' + parameter, text) else: for s in rb_stations:
IDStation Name