Skip to content

Commit

Permalink
add tick time to log
Browse files Browse the repository at this point in the history
  • Loading branch information
MatmaRex committed Mar 16, 2012
1 parent a0c5a92 commit 4c53cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zb.rb
Expand Up @@ -71,7 +71,7 @@ def get_user_notification_settings

queue += (new_titles-titles)

puts "Tick. %d total reports, %d new, %d users, %d queued." %
puts "#{Time.now}. %d total reports, %d new, %d users, %d queued." %
[new_titles.length, (new_titles-titles).length, user_notif_sett.length, queue.length]
\

Expand Down

0 comments on commit 4c53cc6

Please sign in to comment.