summaryrefslogtreecommitdiffstats
path: root/src/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.rs b/src/utils.rs
index aa85881b7..82328388b 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -156,7 +156,7 @@ fn internal_exec_cmd(cmd: &str, args: &[&str]) -> Option<CommandOutput> {
})
}
Err(error) => {
- log::error!("Executing command {:?} failed by: {:?}", cmd, error);
+ log::trace!("Executing command {:?} failed by: {:?}", cmd, error);
None
}
}