blarg.
This commit is contained in:
parent
fba6e71732
commit
df079aed18
|
@ -1092,7 +1092,8 @@ std::optional<WindowInfo> ScreenPanelGL::getWindowInfo()
|
|||
}
|
||||
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;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue