aboutsummaryrefslogtreecommitdiff
path: root/bin/mauvesend
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mauvesend')
-rwxr-xr-xbin/mauvesend2
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