# File lib/rake/contrib/sys.rb, line 146 146: def log(msg) 147: print " " if $trace && $verbose 148: $stderr.puts msg if $verbose 149: end