From 62133b9a30bc0fd83fac0bd632f6c7dca13df7e4 Mon Sep 17 00:00:00 2001 From: dooglus Date: Fri, 28 Nov 2008 18:58:15 +0000 Subject: [PATCH] Another debugging statement for showing which actions are running when. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2300 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/synfigapp/action_system.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/synfig-studio/trunk/src/synfigapp/action_system.cpp b/synfig-studio/trunk/src/synfigapp/action_system.cpp index 844c52c..3b5ab91 100644 --- a/synfig-studio/trunk/src/synfigapp/action_system.cpp +++ b/synfig-studio/trunk/src/synfigapp/action_system.cpp @@ -68,6 +68,9 @@ Action::System::~System() bool Action::System::perform_action(etl::handle action) { + //// debug actions + // synfig::info("%s:%d perform_action: '%s'", __FILE__, __LINE__, action->get_name().c_str()); + handle uim(get_ui_interface()); assert(action); -- 2.7.4