X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=a1fc1fbf97363438e6e04fa675c13924f2f15078;hp=15b231b5369cd1d747e794de913e7310311d4a17;hb=01ce70757e2be0d27df667a7b0e898b0d91476ec;hpb=730533aeeda86c4934c6fdf0bb714366fa8bddc2 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 15b231b..a1fc1fb 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -973,8 +973,8 @@ EOF my $engine = $class->engine; my $home = $class->config->{home}; - $class->log->debug(qq/Loaded dispatcher "$dispatcher"/); - $class->log->debug(qq/Loaded engine "$engine"/); + $class->log->debug(sprintf(q/Loaded dispatcher "%s"/, blessed($dispatcher))); + $class->log->debug(sprintf(q/Loaded engine "%s"/, blessed($engine))); $home ? ( -d $home )