[Bf-blender-cvs] [dd52bf8] master: Cleanup: Move full SVM statistics to VLOG(2) verbosity level.

Thomas Dinges noreply at git.blender.org
Fri May 6 14:40:24 CEST 2016


Commit: dd52bf8fb9b84550948bcc31002d104b6d465d89
Author: Thomas Dinges
Date:   Fri May 6 14:39:41 2016 +0200
Branches: master
https://developer.blender.org/rBdd52bf8fb9b84550948bcc31002d104b6d465d89

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

===================================================================

M	intern/cycles/render/svm.cpp

===================================================================

diff --git a/intern/cycles/render/svm.cpp b/intern/cycles/render/svm.cpp
index 90c216b..a96650c 100644
--- a/intern/cycles/render/svm.cpp
+++ b/intern/cycles/render/svm.cpp
@@ -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();
 	}




More information about the Bf-blender-cvs mailing list