Tool load failure report changing to unconditional print bcos it's already is controlled with the env var
Change-Id: I91b400ba94575a32005e825e6b41bda05c55b357
This commit is contained in:
@@ -1373,7 +1373,7 @@ void Runtime::LoadTools() {
|
||||
}
|
||||
else {
|
||||
if (flag().report_tool_load_failures())
|
||||
debug_print("Tool lib \"%s\" failed to load.\n", name.c_str());
|
||||
fprintf(stderr, "Tool lib \"%s\" failed to load.\n", name.c_str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user