--- trunk/lib/Frey/Run.pm 2008/11/26 20:53:51 547 +++ trunk/lib/Frey/Run.pm 2008/11/27 22:11:13 570 @@ -126,7 +126,8 @@ if ( $self->run eq 'as_markup' && $o->can('page') ) { $html = $o->page; - warn "got ", length($html), " for page from $o it's status is ", dump( $o->status ); + warn "got ", length($html), " for page from $o", + $self->debug ? " status " . dump( $o->status ) : ''; } else { $self->add_status($_) foreach @status; }