[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50257] trunk/blender/intern/ghost/intern/ GHOST_WindowCocoa.mm: missing linebreak when multithreaded gl meesage is printed to log

jens verwiebe info at jensverwiebe.de
Tue Aug 28 15:43:21 CEST 2012


Revision: 50257
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50257
Author:   jensverwiebe
Date:     2012-08-28 13:43:20 +0000 (Tue, 28 Aug 2012)
Log Message:
-----------
missing linebreak when multithreaded gl meesage is printed to log

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_WindowCocoa.mm

Modified: trunk/blender/intern/ghost/intern/GHOST_WindowCocoa.mm
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_WindowCocoa.mm	2012-08-28 11:27:46 UTC (rev 50256)
+++ trunk/blender/intern/ghost/intern/GHOST_WindowCocoa.mm	2012-08-28 13:43:20 UTC (rev 50257)
@@ -1150,7 +1150,7 @@
 			/******* Multithreaded opengl code : uncomment for enabling
 			cglCtx = (CGLContextObj)[tmpOpenGLContext CGLContextObj];
 			if (CGLEnable(cglCtx, kCGLCEMPEngine) == kCGLNoError)
-				printf("\nSwitched openGL to multithreaded mode");
+				printf("\nSwitched openGL to multithreaded mode\n");
 			 */
 			
 			if (!s_firstOpenGLcontext) s_firstOpenGLcontext = tmpOpenGLContext;




More information about the Bf-blender-cvs mailing list