diff options
Diffstat (limited to 'bin/mauvesend')
| -rwxr-xr-x | bin/mauvesend | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bin/mauvesend b/bin/mauvesend index 7b1375f..42229eb 100755 --- a/bin/mauvesend +++ b/bin/mauvesend @@ -163,7 +163,7 @@ require 'getoptlong'    begin      require "mauve/#{r}"    rescue LoadError => ex -    puts ex.to_s +    STDERR.puts "*** "+ex.to_s    end  end | 
