소스 검색

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;
             }