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 {
|
else {
|
||||||
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
|
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
|
||||||
"Display size not within capabilities %dx%d vs %dx%d",
|
"Display size not within capabilities %dx%d vs %dx%d",
|
||||||
m_DisplayWidth, m_DisplayWidth,
|
m_DisplayWidth, m_DisplayHeight,
|
||||||
maxWidth, maxHeight);
|
maxWidth, maxHeight);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user