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