diff --git a/xbmc/windowing/osx/WinSystemOSX.mm b/xbmc/windowing/osx/WinSystemOSX.mm index ee718e6a2344f..17300c4b7a94a 100644 --- a/xbmc/windowing/osx/WinSystemOSX.mm +++ b/xbmc/windowing/osx/WinSystemOSX.mm @@ -936,7 +936,7 @@ void fadeOutDisplay(NSScreen *theScreen, double fadeTime) // NOTE: The refresh rate will be REPORTED AS 0 for many DVI and notebook displays. refreshrate = 60.0; } - CLog::Log(LOGINFO, "Found possible refresh rate for display %d with %f Hz\n", disp, refreshrate); + CLog::Log(LOGINFO, "Found possible resolution for display %d with %d x %d @ %f Hz\n", disp, w, h, refreshrate); UpdateDesktopResolution(res, disp, w, h, refreshrate); g_graphicsContext.ResetOverscan(res);