Disable blender verbosity for Windows (crash stopgap)

This commit is contained in:
Jack Andersen 2016-09-10 19:05:49 -10:00
parent 50ee1246cf
commit 020135fed2
1 changed files with 2 additions and 0 deletions

View File

@ -60,7 +60,9 @@ struct Application : boo::IApplicationCallback
void initialize(boo::IApplication* /*app*/)
{
zeus::detectCPU();
#ifndef WIN32 /* Console issue with Win32 */
hecl::VerbosityLevel = 1;
#endif
const zeus::CPUInfo& cpuInf = zeus::cpuFeatures();
Log.report(logvisor::Info, "CPU Name: %s", cpuInf.cpuBrand);