File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ void GLEngineEGL::sortAvailableDevicesByPreference(std::vector<int32_t>& deviceI
316316 // useful
317317 if (vendorStrRaw == nullptr ) {
318318 if (polyscope::options::verbosity > 5 ) {
319- std::cout << polyscope::options::printPrefix << " EGLDevice ind " << iDevice << " vendor: " << " NULL"
319+ std::cout << polyscope::options::printPrefix << " EGLDevice " << iDevice << " -- vendor: " << " NULL"
320320 << " priority score: " << score << std::endl;
321321 }
322322 scoreDevices.emplace_back (score, iDevice);
@@ -347,7 +347,7 @@ void GLEngineEGL::sortAvailableDevicesByPreference(std::vector<int32_t>& deviceI
347347
348348 // at high verbosity levels, log the priority
349349 if (polyscope::options::verbosity > 5 ) {
350- std::cout << polyscope::options::printPrefix << " EGLDevice ind " << iDevice << " vendor: " << vendorStr
350+ std::cout << polyscope::options::printPrefix << " EGLDevice " << iDevice << " -- vendor: " << vendorStr
351351 << " priority score: " << score << std::endl;
352352 }
353353
You can’t perform that action at this time.
0 commit comments