From: Bjørn Rustad Date: Sat, 17 Aug 2013 14:38:10 +0000 (+0200) Subject: Log message fix X-Git-Url: http://git.rustad.me/?a=commitdiff_plain;h=dab1f1a08488f48738682a6ecd6c8e2be341f6da;p=duplo Log message fix --- diff --git a/lib/Duplo/Results.pm b/lib/Duplo/Results.pm index adc9d5a..12875a1 100644 --- a/lib/Duplo/Results.pm +++ b/lib/Duplo/Results.pm @@ -125,7 +125,7 @@ sub rider_list_import { next if exists $inserted{$e->{'name'}}; $sth->execute($e->{'name'}, $e->{'rider_id'}) - or $self->app->log->debug("Team $e->{'name'} not inserted"); + or $self->app->log->debug("Rider $e->{'name'} not inserted"); $inserted{$e->{'name'}} = 1; }