|
@@ -25,7 +25,7 @@ class teamspeak(RollbotPlugin):
|
|
|
tn.write(b"quit\n")
|
|
|
response = tn.read_until(b"virtualserver_status").decode("ascii")
|
|
|
except Exception as e:
|
|
|
- self.logger.error("Teamspeak failure.", e)
|
|
|
+ self.logger.error("Teamspeak failure - " + str(e))
|
|
|
return RollbotResponse(
|
|
|
message,
|
|
|
failure=RollbotFailure.SERVICE_DOWN,
|