From: dooglus Date: Wed, 10 Oct 2007 03:21:14 +0000 (+0000) Subject: Show a message on stdout saying that we're single-threaded. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=8e1d10adadf7237f6f2bfedef207add28485e74b;p=synfig.git Show a message on stdout saying that we're single-threaded. git-svn-id: http://svn.voria.com/code@883 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/asyncrenderer.cpp b/synfig-studio/trunk/src/gtkmm/asyncrenderer.cpp index af80957..3651b75 100644 --- a/synfig-studio/trunk/src/gtkmm/asyncrenderer.cpp +++ b/synfig-studio/trunk/src/gtkmm/asyncrenderer.cpp @@ -477,6 +477,7 @@ AsyncRenderer::start_() #endif #ifdef SINGLE_THREADED + 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();