Error message to stderr
This commit is contained in:
parent
b9eef23eed
commit
be6bd990db
|
|
@ -256,7 +256,7 @@ extern OsdiObjectFile load_object_file(const char *input) {
|
|||
}
|
||||
const char *path = resolve_input_path(input);
|
||||
if (!path) {
|
||||
printf("Error opening osdi lib \"%s\": No such file or directory!\n",
|
||||
fprintf(stderr, "Error opening osdi lib \"%s\": No such file or directory!\n",
|
||||
input);
|
||||
return INVALID_OBJECT;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue