[Bf-blender-cvs] [2f37f4b69bd] soc-2020-info-editor: Increase log verbosity

Mateusz Grzeliński noreply at git.blender.org
Fri Jul 31 12:51:10 CEST 2020


Commit: 2f37f4b69bd5a77ffbe937fb38a506e0835163d0
Author: Mateusz Grzeliński
Date:   Fri Jul 31 10:17:58 2020 +0200
Branches: soc-2020-info-editor
https://developer.blender.org/rB2f37f4b69bd5a77ffbe937fb38a506e0835163d0

Increase log verbosity

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

M	source/blender/windowmanager/intern/wm_window.c

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

diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index 8101dbc87b8..27a907fee36 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -1135,7 +1135,7 @@ void wm_window_make_drawable(wmWindowManager *wm, wmWindow *win)
     //      win->lmbut = 0; /* keeps hanging when mousepressed while other window opened */
     wm_window_clear_drawable(wm);
 
-    CLOG_INFO(WM_LOG_EVENTS, "Set drawable %d", win->winid);
+    CLOG_VERBOSE(WM_LOG_EVENTS, 1, "Set drawable %d", win->winid);
 
     wm_window_set_drawable(wm, win, true);



More information about the Bf-blender-cvs mailing list