diff --git a/src/osdep/amiberry_gfx.cpp b/src/osdep/amiberry_gfx.cpp index 4340e54a..b0856c4c 100644 --- a/src/osdep/amiberry_gfx.cpp +++ b/src/osdep/amiberry_gfx.cpp @@ -1024,7 +1024,7 @@ static void graphics_subinit() { open_screen(&currprefs); if (screen == nullptr) - fprintf(stderr, "Unable to set video mode: %s\n", SDL_GetError()); + write_log("Unable to set video mode: %s\n", SDL_GetError()); } else {