Skip to content

Commit

Permalink
! the last log line was counted a second time on reload
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Dec 30, 2010
1 parent 90cb4e0 commit fe24b68
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ def initialize_other
#
#
def since_last
@last_offset ||= 0 # TODO Should this be 1?
@last_offset ||= 1

log_offset = @last_offset
start_time = Time.now
Expand Down

0 comments on commit fe24b68

Please sign in to comment.