aboutsummaryrefslogtreecommitdiffstats
path: root/project/botmanager.py
diff options
context:
space:
mode:
Diffstat (limited to 'project/botmanager.py')
-rw-r--r--project/botmanager.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/botmanager.py b/project/botmanager.py
index d4db63c..4984a97 100644
--- a/project/botmanager.py
+++ b/project/botmanager.py
@@ -104,6 +104,7 @@ class BotManager(object):
"timestamp": date
}
ShoutboxCommunicator.send(message)
+ logging.info("Message info: user: {}, message: '{}'".format(user_name, text))
def handle(self, msg):
"""Start parsing the incoming message if it is a text message"""