Another debugging statement for showing which actions are running when.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 28 Nov 2008 18:58:15 +0000 (18:58 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 28 Nov 2008 18:58:15 +0000 (18:58 +0000)
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2300 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/synfigapp/action_system.cpp

index 844c52c..3b5ab91 100644 (file)
@@ -68,6 +68,9 @@ Action::System::~System()
 bool
 Action::System::perform_action(etl::handle<Action::Base> action)
 {
+       //// debug actions
+       // synfig::info("%s:%d perform_action: '%s'", __FILE__, __LINE__, action->get_name().c_str());
+       
        handle<UIInterface> uim(get_ui_interface());
 
        assert(action);