[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38929] trunk/blender/intern/ghost/intern/ GHOST_NDOFManager.cpp: Some more silencing.

Nathan Letwory nathan at letworyinteractive.com
Tue Aug 2 12:39:46 CEST 2011


Revision: 38929
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38929
Author:   jesterking
Date:     2011-08-02 10:39:46 +0000 (Tue, 02 Aug 2011)
Log Message:
-----------
Some more silencing. Enable with BF_GHOST_DEBUG

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_NDOFManager.cpp

Modified: trunk/blender/intern/ghost/intern/GHOST_NDOFManager.cpp
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_NDOFManager.cpp	2011-08-02 10:26:20 UTC (rev 38928)
+++ trunk/blender/intern/ghost/intern/GHOST_NDOFManager.cpp	2011-08-02 10:39:46 UTC (rev 38929)
@@ -23,6 +23,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+#include "GHOST_Debug.h"
 #include "GHOST_NDOFManager.h"
 #include "GHOST_EventNDOF.h"
 #include "GHOST_EventKey.h"
@@ -186,9 +187,9 @@
 	memset(m_rotation, 0, sizeof(m_rotation));
 
 	#ifdef WITH_INPUT_NDOF
-	puts("WITH_INPUT_NDOF is defined!");
+	GHOST_PRINT("WITH_INPUT_NDOF is defined!");
 	#else
-	puts("WITH_INPUT_NDOF is not defined.");
+	GHOST_PRINT("WITH_INPUT_NDOF is not defined.");
 	#endif
 	}
 




More information about the Bf-blender-cvs mailing list