Stop being so chatty

refactor
Matt Godbolt 11 years ago
parent b1f70e0a8e
commit e9eb04b9eb

@ -37,7 +37,7 @@ static int allowed_env(const char* pathname, const char* envvar) {
while (*okpath == ':') ++okpath;
}
fprintf(stderr, "Access to \"%s\" denied by gcc-explorer policy\n", pathname);
//fprintf(stderr, "Access to \"%s\" denied by gcc-explorer policy\n", pathname);
errno = EACCES;
return 0;
}

Loading…
Cancel
Save