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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to