Skip to content

Commit

Permalink
[rust] Change level of "Trying with latest driver version" log to WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Apr 21, 2023
1 parent 3893a5e commit dd9f306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ pub trait SeleniumManager {
if self.is_browser_version_unstable() {
return Err(format!("Browser version '{browser_version}' not found"));
} else {
self.get_logger().debug(format!(
self.get_logger().warn(format!(
"The version of {} cannot be detected. Trying with latest driver version",
self.get_browser_name()
));
Expand Down

0 comments on commit dd9f306

Please sign in to comment.