浏览代码

Log parsed commands

Should help with debugging, hopefully.
Mark Rousskov 2 年之前
父节点
当前提交
1552914ee9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/handlers.rs

+ 2 - 0
src/handlers.rs

@@ -181,6 +181,8 @@ macro_rules! command_handlers {
                 input.collect()
             };
 
+            log::info!("Comment parsed to {:?}", commands);
+
             if commands.is_empty() {
                 return;
             }