From d209ffdefd31d314641dc3633206ba1826f9ba42 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 16 Jan 2021 12:50:29 +0100 Subject: [PATCH] Fix log level --- xbotlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbotlib.py b/xbotlib.py index a12fcf9..1e859d7 100644 --- a/xbotlib.py +++ b/xbotlib.py @@ -304,7 +304,7 @@ class Bot(ClientXMPP): def reply(self, body, to=None, room=None): """Send back a reply.""" if to is None and room is None: - self.log.info("`to` or `room` arguments required for `reply`") + self.log.error("`to` or `room` arguments required for `reply`") exit(1) if to is not None and room is not None: