Cleanup: Move full SVM statistics to VLOG(2) verbosity level.

This commit is contained in:
Thomas Dinges
2016-05-06 14:39:41 +02:00
parent 3807bcb3a8
commit dd52bf8fb9

View File

@@ -81,7 +81,7 @@ void SVMShaderManager::device_update(Device *device, DeviceScene *dscene, Scene
compiler.background = ((int)i == scene->default_background);
compiler.compile(scene, shader, svm_nodes, i, &summary);
VLOG(1) << "Compilation summary:\n"
VLOG(2) << "Compilation summary:\n"
<< "Shader name: " << shader->name << "\n"
<< summary.full_report();
}