diff --git a/index.js b/index.js
index 29dfb3e..5621cc4 100644
--- a/index.js
+++ b/index.js
@@ -100,6 +100,7 @@ bot.on('text', function (msg) {
 	}
 
     if (hasIgnoreKeywords(msg.text)) {
+        logger.info("Ignoring message");
         return;
     }