From: dooglus Date: Fri, 28 Nov 2008 18:58:15 +0000 (+0000) Subject: Another debugging statement for showing which actions are running when. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=62133b9a30bc0fd83fac0bd632f6c7dca13df7e4;p=synfig.git 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 --- 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);