fixed debug output some
[catagits/Catalyst-Plugin-ConfigLoader.git] / lib / Catalyst / Plugin / ConfigLoader.pm
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