aboutsummaryrefslogtreecommitdiff
path: root/bin/mauveclient
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mauveclient')
-rwxr-xr-xbin/mauveclient6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/mauveclient b/bin/mauveclient
index 5fbf7dc..30ba57c 100755
--- a/bin/mauveclient
+++ b/bin/mauveclient
@@ -170,9 +170,11 @@ update.transmission_id = rand(2**63)
begin
Mauve::Sender.new(ARGV).send(update, verbose)
-rescue ArgumentError => ae
- error ae.message
rescue Protobuf::NotInitializedError => bad
error "Alert not initialized fully - you must supply an ID"
+rescue ArgumentError => ae
+ error ae.message
+rescue StandardError => ae
+ error ae.message
end