X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType%2FRegex.pm;h=80b9f2f7a0aa807d607290684e26c4277b4f7d9f;hp=3fbc04c8c8bddf417e7f4ac664e2703bc32bf31c;hb=1cf0345be8d7bf7cd33467da529885068db2b710;hpb=908e3d9e7a61974b3807b7ab37862550452b2456 diff --git a/lib/Catalyst/DispatchType/Regex.pm b/lib/Catalyst/DispatchType/Regex.pm index 3fbc04c..80b9f2f 100644 --- a/lib/Catalyst/DispatchType/Regex.pm +++ b/lib/Catalyst/DispatchType/Regex.pm @@ -30,7 +30,7 @@ sub list { my $action = $regex->{action}; $re->row( $regex->{path}, "/$action" ); } - $c->log->debug( "Loaded Regex actions:\n" . $re->draw ) + $c->log->debug( "Loaded Regex actions:\n" . $re->draw . "\n" ) if ( @{ $self->{compiled} } ); }