Skip to content

Commit fb9b564

Browse files
committed
Use better logging level in get_toolchain_tools_for_venv
(cherry picked from commit ccc58aa)
1 parent b74b755 commit fb9b564

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)