Skip to content

Commit

Permalink
#31 show ID in log
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed May 4, 2015
1 parent 01b0375 commit 97edcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pdd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def xml
xml.puzzles(attrs) do
sources.fetch.each do |source|
source.puzzles.each do |puzzle|
PDD.log.info "puzzle #{puzzle.props[:ticket]}:" \
PDD.log.info "puzzle #{puzzle.props[:id]} " \
"#{puzzle.props[:estimate]}/#{puzzle.props[:role]}" \
" at #{puzzle.props[:file]}"
render puzzle, xml
Expand Down

0 comments on commit 97edcc3

Please sign in to comment.