Skip to content

Commit df15086

Browse files
committed
MOB-46507: Log in debug
1 parent 315b7cf commit df15086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bzt/modules/_selenium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def _get_installed_chrome_milestone(self):
324324
match = re.fullmatch(".*Chrome ([0-9]+)(\\.[0-9]+)+[\r\n\t ]*", out)
325325
if match:
326326
detected_version = match.group(1)
327-
self.log.info(f"Found chrome major version: {detected_version}")
327+
self.log.debug(f"Chrome major version (milestone): {detected_version}")
328328
return detected_version
329329
except Exception as e:
330330
pass

0 commit comments

Comments
 (0)