From 2f93e5656263cec3aac45dac0d405515f4108dab Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sat, 13 Jun 2020 21:48:05 +0200 Subject: [PATCH] Replaced fprintf with write_log --- src/osdep/amiberry_gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {