Skip to content

Commit

Permalink
[rust] do not log warning for default value
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 16, 2023
1 parent 61fe50b commit 8101236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/main.rs
Expand Up @@ -163,7 +163,7 @@ fn main() {
}
cli.force_browser_download = false;
if !cli.avoid_browser_download {
log.warn("Offline flag set, but also asked not to avoid browser downloads. Honouring offline flag");
log.debug("Offline flag set, but also asked not to avoid browser downloads. Honouring offline flag");
}
cli.avoid_browser_download = true;
}
Expand Down

0 comments on commit 8101236

Please sign in to comment.