diff --git a/src/gui/rhi/qdxgivsyncservice.cpp b/src/gui/rhi/qdxgivsyncservice.cpp index ce4a37f055e..5f9b39f8035 100644 --- a/src/gui/rhi/qdxgivsyncservice.cpp +++ b/src/gui/rhi/qdxgivsyncservice.cpp @@ -159,7 +159,7 @@ void QDxgiVSyncService::beginFrame(LUID) // else, then start from scratch. if (dxgiFactory && !dxgiFactory->IsCurrent()) { - qWarning("QDxgiVSyncService: DXGI Factory is no longer Current"); + qCDebug(lcQpaScreenUpdates, "QDxgiVSyncService: DXGI Factory is no longer Current"); QVarLengthArray luids; for (auto it = adapters.begin(), end = adapters.end(); it != end; ++it) luids.append(it->luid);