add wiki entry about new msgs counter (#121)

This commit is contained in:
Clément DOUIN
2021-05-08 13:18:41 +02:00
parent ef1a22d986
commit 66abac61fa
3 changed files with 3 additions and 2 deletions
-1
View File
@@ -251,7 +251,6 @@ impl Config {
.or_else(|| self.watch_cmds.as_ref())
.map(|cmds| cmds.to_owned())
.unwrap_or_default();
debug!("cmds: {:?}", cmds);
thread::spawn(move || {
debug!("batch execution of {} cmd(s)", cmds.len());