[Jifty-commit] r6000 - in jifty/trunk: lib/Jifty/Web

Jifty commits jifty-commit at lists.jifty.org
Mon Nov 17 14:44:04 EST 2008


Author: alexmv
Date: Mon Nov 17 14:44:02 2008
New Revision: 6000

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

Log:
 r39180 at kohr-ah:  chmrr | 2008-11-17 14:43:42 -0500
  * Adjust level for warnings


Modified: jifty/trunk/lib/Jifty/Web/Form.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form.pm	Mon Nov 17 14:44:02 2008
@@ -183,6 +183,7 @@
 
 sub start {
     my $self = shift;
+    local $Log::Log4perl::caller_depth = $Log::Log4perl::caller_depth + 1;
 
     my %args = (@_);
 


More information about the Jifty-commit mailing list