--- trunk/lib/Frey/Run.pm 2008/12/10 13:56:43 789 +++ trunk/lib/Frey/Run.pm 2008/12/10 14:22:59 790 @@ -137,7 +137,8 @@ $o->title( $class ); $html = $o->page( body => $body ) if $body && !$html; - + $self->content_type( $o->content_type ); + confess "no html output for $class ", $o->dump unless defined $html; }; @@ -153,7 +154,7 @@ $html = $o->page( body => $self->error( $error ) ); } - warn $self->class, " produced ", length($html), " bytes"; + warn $self->class, " produced ", length($html), " bytes of ", $self->content_type; return $html; }