use stringification
matthewt [Thu, 14 Feb 2008 19:09:58 +0000 (19:09 +0000)]
lib/Reaction/UI/ViewPort.pm

index 4f12b55..5a18f50 100644 (file)
@@ -92,7 +92,7 @@ class ViewPort which {
     foreach my $event ($self->accept_events) {
       if (exists $events->{$event}) {
         if (DEBUG_EVENTS) {
-          my $name = join(' at ', ref($self), $self->location);
+          my $name = join(' at ', $self, $self->location);
           $self->ctx->log->debug(
             "Applying Event: $event on $name with value: "
             .$events->{$event}