Skip to content

Commit acdbc1d

Browse files
[GR-41472] Use better logging level in get_toolchain_tools_for_venv.
PullRequest: graalpython/2462
2 parents b74b755 + fb9b564 commit acdbc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/GraalPythonModuleBuiltins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ protected Object getToolPath() {
563563
if (path != null) {
564564
storage.putUncached(toTruffleStringUncached(path), factory().createTuple(tool.targets));
565565
} else {
566-
LOGGER.info("Could not locate tool " + tool.name);
566+
LOGGER.fine("Could not locate tool " + tool.name);
567567
}
568568
}
569569
return factory().createDict(storage);

0 commit comments

Comments
 (0)