Skip to content

Commit

Permalink
Use warn.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Apr 25, 2012
1 parent 8cf8818 commit 34e212c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -9,8 +9,8 @@ begin

Gem::Tasks.new
rescue LoadError => e
STDERR.puts e.message
STDERR.puts "Run `gem install rubygems-tasks` to install 'rubygems/tasks'."
warn e.message
warn "Run `gem install rubygems-tasks` to install 'rubygems/tasks'."
end

begin
Expand Down

0 comments on commit 34e212c

Please sign in to comment.