File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ void GLEngineEGL::sortAvailableDevicesByPreference(std::vector<int32_t>& deviceI
323323 // useful
324324 if (vendorStrRaw == nullptr ) {
325325 if (polyscope::options::verbosity > 5 ) {
326- std::cout << polyscope::options::printPrefix << " EGLDevice ind " << iDevice << " vendor: " << " NULL"
326+ std::cout << polyscope::options::printPrefix << " EGLDevice " << iDevice << " -- vendor: " << " NULL"
327327 << " priority score: " << score << std::endl;
328328 }
329329 scoreDevices.emplace_back (score, iDevice);
@@ -354,7 +354,7 @@ void GLEngineEGL::sortAvailableDevicesByPreference(std::vector<int32_t>& deviceI
354354
355355 // at high verbosity levels, log the priority
356356 if (polyscope::options::verbosity > 5 ) {
357- std::cout << polyscope::options::printPrefix << " EGLDevice ind " << iDevice << " vendor: " << vendorStr
357+ std::cout << polyscope::options::printPrefix << " EGLDevice " << iDevice << " -- vendor: " << vendorStr
358358 << " priority score: " << score << std::endl;
359359 }
360360
You can’t perform that action at this time.
0 commit comments