[Jifty-commit] r1970 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Sep 15 17:19:25 EDT 2006


Author: jesse
Date: Fri Sep 15 17:19:24 2006
New Revision: 1970

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Web.pm

Log:
 r27515 at pinglin:  jesse | 2006-09-15 21:37:43 +0100
 * Better debugging message


Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Fri Sep 15 17:19:24 2006
@@ -323,7 +323,7 @@
                 next unless $action->validate;
             }
 
-            $self->log->debug("Running action.");
+            $self->log->debug("Running action ".ref($action). " ".$action->moniker);
             eval { $action->run; };
             $request_action->has_run(1);
 


More information about the Jifty-commit mailing list