X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=2aa6b1105c61dea9d246420fef1f2980932d1d8f;hp=c5aacadd7cd1eec1f819f05904af1ab57d464fc5;hb=d2c88741623b277f5420ae2fe75b8a830a4902ee;hpb=817ed8ab62b7b59cc37e82d67aa45824211f75f6 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index c5aacad..2aa6b11 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -190,8 +190,7 @@ sub finalize_cookies { ) ); if (!defined $cookie) { - $c->log->warn("undef passed in '$name' cookie value - not setting cookie") - if $c->debug; + $c->trace(1, "undef passed in '$name' cookie value - not setting cookie"); next; } @@ -244,6 +243,8 @@ sub finalize_error { } my ( $title, $error, $infos ); + ## For now we keep debug mode for turning on the default + ## debugging error screen - jnap. if ( $c->debug ) { # For pretty dumps