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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Oct 18 16:57:04 EDT 2007


Author: sartak
Date: Thu Oct 18 16:57:03 2007
New Revision: 4255

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

Log:
 r43843 at onn:  sartak | 2007-10-18 16:56:56 -0400
 Include the http method (GET, POST, etc) in the debug message


Modified: jifty/trunk/lib/Jifty/Handler.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handler.pm	(original)
+++ jifty/trunk/lib/Jifty/Handler.pm	Thu Oct 18 16:57:03 2007
@@ -219,7 +219,7 @@
         for ( Jifty->plugins ) {
             $_->new_request;
         }
-        Jifty->log->debug( "Received request for " . Jifty->web->request->path );
+        Jifty->log->debug( "Received " . $self->apache->method . " request for " . Jifty->web->request->path );
         Jifty->web->setup_session;
 
         # Return from the continuation if need be


More information about the Jifty-commit mailing list