Skip to content

Commit

Permalink
output plain names for nice/threads
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Sep 4, 2014
1 parent d67f4f1 commit bac1187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/image_optim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def initialize(options = {})

if verbose
$stderr << config
$stderr << "Nice level: #{nice}\n"
$stderr << "Using threads: #{threads}\n"
$stderr << "nice: #{nice}\n"
$stderr << "threads: #{threads}\n"
end

@bin_resolver = BinResolver.new(self)
Expand Down

0 comments on commit bac1187

Please sign in to comment.