Skip to content

Commit

Permalink
Update debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Mar 30, 2016
1 parent 7374b77 commit 59bca62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github/nippou/commands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def user_events
end

def format_line(user_event, i)
puts "#{i} : #{user_event.html_url}" if ENV['GITHUB_NIPPOU_DEBUG']
puts "#{i % thread_num} : #{user_event.html_url}" if ENV['GITHUB_NIPPOU_DEBUG']
issue = issue(user_event)
line = "* [%s - %s](%s) by %s" %
[issue.title.markdown_escape, user_event.repo.name, user_event.html_url, issue.user.login]
Expand Down

0 comments on commit 59bca62

Please sign in to comment.