--- trunk/lib/SVNBrowser/Action/Filter.pm 2006/12/05 15:08:46 5 +++ trunk/lib/SVNBrowser/Action/Filter.pm 2006/12/05 16:48:10 7 @@ -45,7 +45,7 @@ my $author = $self->argument_value('author'); warn "author: $author\n"; - $self->result->message('Success'); + $self->result->message("Showing only commits from $author"); return 1; }