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=ba8568ae8441169c734dd099afa6c65316f606db;hp=a84bddac2c4ca7b3e133e13b9a3d92bc595b0bc5;hb=14d2fa6a7c8d5033bcec01095abe5f95610e91db;hpb=161e6a870dbd722bbf398ab38ab55ed9856b5276 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index a84bdda..ba8568a 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -196,8 +196,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; } @@ -250,6 +249,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