diff --git a/src/common/FBBackendSDL2.cxx b/src/common/FBBackendSDL2.cxx index b6daff067..2b694c87a 100644 --- a/src/common/FBBackendSDL2.cxx +++ b/src/common/FBBackendSDL2.cxx @@ -94,7 +94,8 @@ void FBBackendSDL2::queryHardware(vector& fullscreenRes, int numModes = SDL_GetNumDisplayModes(i); ostringstream s; - s << "Supported video modes (" << numModes << ") for display " << i << ":"; + s << "Supported video modes (" << numModes << ") for display " << i + << " (" << SDL_GetDisplayName(i) << "):"; string lastRes = "";