This commit is contained in:
Arisotura 2024-06-15 12:52:52 +02:00
parent fba6e71732
commit df079aed18
1 changed files with 2 additions and 1 deletions

View File

@ -1092,7 +1092,8 @@ std::optional<WindowInfo> ScreenPanelGL::getWindowInfo()
} }
else else
{ {
qCritical() << "Unknown PNI platform " << platform_name; //qCritical() << "Unknown PNI platform " << platform_name;
Platform::Log(LogLevel::Error, "Unknown PNI platform %s\n", platform_name.toStdString().c_str());
return std::nullopt; return std::nullopt;
} }
#endif #endif