mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 09:08:37 +01:00
Displayed jaq error are more helpful
This commit is contained in:
parent
c2af468b3a
commit
885151261b
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ impl FilterProgs {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
error!(?n, ?err, "filter program failed, so trying next");
|
error!(?n, error=%err, "filter program failed, so trying next");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue