/[VRac]/Session.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Session.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 186 by dpavlin, Sun Sep 30 19:50:30 2007 UTC revision 187 by dpavlin, Sun Sep 30 19:53:59 2007 UTC
# Line 108  sub load_session { Line 108  sub load_session {
108          }          }
109    
110          eval read_file( $path );          eval read_file( $path );
111          warn "session = ",dump( $s ) if $self->debug;          warn "session = ",dump( $s ) if $self->can('debug') && $self->debug;
112    
113          my ( $from, $to ) = @timeline[0,-1];          my ( $from, $to ) = @timeline[0,-1];
114          printf "loaded session %.2f-%.2fs with %d events\n", $from / 1000, $to / 1000, $#timeline + 1;          printf "loaded session %.2f-%.2fs with %d events\n", $from / 1000, $to / 1000, $#timeline + 1;

Legend:
Removed from v.186  
changed lines
  Added in v.187

  ViewVC Help
Powered by ViewVC 1.1.26