fixed debug output some
Brian Cassidy [Mon, 19 Jun 2006 11:17:48 +0000 (11:17 +0000)]
Changes
lib/Catalyst/Plugin/ConfigLoader.pm

diff --git a/Changes b/Changes
index 46f31b3..1479b37 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,7 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
 0.1   Mon Jun 12 2006\r
     - remove hash merging since it is now a core behavior\r
     - added C/M/V legacy shortcuts\r
+    - fixed debug output some\r
 \r
 0.09  Wed May 24 2006\r
     - ignore non-ref model/view/controller/component keys\r
index f5c416b..930112c 100644 (file)
@@ -67,7 +67,7 @@ sub setup {
             next unless -f $_;\r
             my $config = $loader->load( $_ );\r
 \r
-            $c->log->debug( "Loaded Config $_" ) if $c->debug;\r
+            $c->log->debug( qq(Loaded Config "$_") ) if $c->debug;\r
             \r
             next if !$config;\r
 \r