Skip to content

Commit

Permalink
Change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAstafyev committed Oct 19, 2023
1 parent d0b0dfb commit 8d1508f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/profiles/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ pub(crate) fn get() -> Result<Vec<Profile>, Error> {
}
} else {
if is_term {
log::warn!("TTY detected");
log::info!("TTY detected");
vec!["-l", "-c"]
} else {
log::warn!("no TTY");
log::info!("no TTY");
vec!["-i", "-l", "-c"]
}
},
Expand Down

0 comments on commit 8d1508f

Please sign in to comment.