mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-05-18 23:50:16 +00:00
Fix incorrect error print
This commit is contained in:
@@ -276,7 +276,7 @@ bool VDPAURenderer::initialize(PDECODER_PARAMETERS params)
|
||||
else {
|
||||
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
|
||||
"Display size not within capabilities %dx%d vs %dx%d",
|
||||
m_DisplayWidth, m_DisplayWidth,
|
||||
m_DisplayWidth, m_DisplayHeight,
|
||||
maxWidth, maxHeight);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user