typo fix.
Brian Cassidy [Tue, 23 May 2006 00:38:15 +0000 (00:38 +0000)]
lib/Catalyst/Plugin/ConfigLoader.pm

index 8fe2df5..760c57e 100644 (file)
@@ -67,7 +67,7 @@ sub setup {
             next unless -f $_;\r
             my $config = $loader->load( $_ );\r
 \r
-            $c->debug( "Loaded Config $_" ) if $c->debug;\r
+            $c->log->debug( "Loaded Config $_" ) if $c->debug;\r
            _fix_syntax( $config );\r
             $c->config( $config ) if $config;\r
         }\r