mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 07:36:45 +00:00
Update log message for manual polling
This commit is contained in:
@@ -7356,9 +7356,10 @@ void MenuCommon::Init(HWND InHwnd, bool isUWP)
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG_WARN("HWND does not belong to current process,"
|
||||
" Manual input polling will be used. HWND PID: {}, Current PID: {}",
|
||||
hwndPid, GetCurrentProcessId());
|
||||
if (!Config::Instance()->ManualInputPolling.value_or_default())
|
||||
LOG_WARN("HWND does not belong to current process, Manual input polling will be used");
|
||||
else
|
||||
LOG_DEBUG("Manual input polling enabled by config");
|
||||
|
||||
inputManual = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user