Skip to content

Commit 1552914

Browse files
Log parsed commands
Should help with debugging, hopefully.
1 parent 0ee1ead commit 1552914

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/handlers.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ macro_rules! command_handlers {
181181
input.collect()
182182
};
183183

184+
log::info!("Comment parsed to {:?}", commands);
185+
184186
if commands.is_empty() {
185187
return;
186188
}

0 commit comments

Comments
 (0)