Skip to content

Commit

Permalink
chore(ruby): change ruby-build update failure to warn-level
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 1, 2024
1 parent 4a538a7 commit d6f7f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/core/ruby.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl RubyPlugin {
(_cur, Ok(_latest)) => {}
// error getting latest ruby-build version (usually github rate limit)
(_cur, Err(err)) => {
debug!("failed to get latest ruby-build version: {}", err);
warn!("failed to get latest ruby-build version: {}", err);
return Ok(());
}
}
Expand Down

0 comments on commit d6f7f22

Please sign in to comment.