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:
Evgeny
2018-05-03 14:01:59 -05:00
parent a20cceb425
commit 0e0be791ec
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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());
}
}
}