tweak debug output slightly
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Chained.pm
index d55d22d..d637db7 100644 (file)
@@ -85,7 +85,7 @@ sub list {
         $paths->row(@$_) for @rows;
     }
 
-    $c->log->debug( "Loaded Path Part actions:\n" . $paths->draw );
+    $c->log->debug( "Loaded Chained actions:\n" . $paths->draw . "\n" );
 }
 
 =head2 $self->match( $c, $path )