mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
fix: change command failure log level to trace
Closes #1020 Closes #1024
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user