Skip to content

Commit

Permalink
fix(log): adjust log level to avoid user confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Songtronix committed Aug 29, 2020
1 parent 7cd39fc commit 35a6d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/gui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl Airshipper {
state
},
Err(e) => {
log::info!(
log::debug!(
"Reading state failed. Falling back to default: {}",
e
);
Expand Down

0 comments on commit 35a6d43

Please sign in to comment.