testrunner: use stderr
This commit is contained in:
parent
a9039eb8d2
commit
a5e195b74d
@ -280,7 +280,7 @@ static void runTestRom(
|
||||
gambatte::GB gb;
|
||||
|
||||
if (gb.load(file, forceDmg)) {
|
||||
std::printf("\nFailed to load ROM file %s\n", file.c_str());
|
||||
std::fprintf(stderr, "Failed to load ROM image file %s\n", file.c_str());
|
||||
std::abort();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user