Skip to content
Snippets Groups Projects
Commit 2463c094 authored by Gottfried Gaisbauer's avatar Gottfried Gaisbauer
Browse files

critical reconnectbug found

parent 4b53e9d9
No related branches found
No related tags found
No related merge requests found
...@@ -189,7 +189,9 @@ class LiquidSoapClient: ...@@ -189,7 +189,9 @@ class LiquidSoapClient:
return self.message return self.message
else: else:
raise LQConnectionError("LiquidSoapClient not connected to LiquidSoap Server") msg = "LiquidsoapClient not connected to LiquidSoap Server"
self.logger.debug(msg)
raise LQConnectionError(msg)
# ------------------------------------------------------------------------------------------ # # ------------------------------------------------------------------------------------------ #
def simplecommand(self, command): def simplecommand(self, command):
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment