Skip to content

Commit

Permalink
#10 show version in log
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Aug 12, 2014
1 parent c7376e2 commit 112c799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pdd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class Base
def initialize(opts)
@opts = opts
PDD.log = Logger.new(File::NULL) unless @opts.verbose?
PDD.log.info "my version is #{PDD::VERSION}"
end

# Generate XML.
Expand Down

0 comments on commit 112c799

Please sign in to comment.