Module: synfig
Branch: master
Commit: 0ef6d8530afffa43e860fa91cf26eaf918fc8a53
URL:    
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=0ef6d8530afffa43e860fa91cf26eaf918fc8a53

Author: Carlos Lopez <[email protected]>
Date:   Sun May 16 00:37:26 2010 +0200

Turn off 'rendering in the same thread' messages in the console, as single 
thread is now the default for Windows builds

---

 synfig-studio/src/gtkmm/asyncrenderer.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/src/gtkmm/asyncrenderer.cpp 
b/synfig-studio/src/gtkmm/asyncrenderer.cpp
index 72a286c..4ec1537 100644
--- a/synfig-studio/src/gtkmm/asyncrenderer.cpp
+++ b/synfig-studio/src/gtkmm/asyncrenderer.cpp
@@ -481,7 +481,7 @@ AsyncRenderer::start_()
 #ifdef SINGLE_THREADED
                if (single_threaded())
                {
-                       synfig::info("%s:%d rendering in the same thread", 
__FILE__, __LINE__);
+                       //synfig::info("%s:%d rendering in the same thread", 
__FILE__, __LINE__);
                        
target->signal_progress().connect(sigc::mem_fun(this,&AsyncRenderer::rendering_progress));
                        render_thread = (Glib::Thread*)1;
                        render_target();


------------------------------------------------------------------------------

_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to