From 3213b92a0ced0e6129c95be70afb7f611a843851 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Thu, 28 Feb 2019 11:16:25 -0700 Subject: [PATCH] Kill email to tbops, not an important error. --- utils/spewimage.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/spewimage.in b/utils/spewimage.in index 45cae70cc..09d44c6e0 100644 --- a/utils/spewimage.in +++ b/utils/spewimage.in @@ -1,6 +1,6 @@ #!/usr/bin/perl -wT # -# Copyright (c) 2000-2016 University of Utah and the Flux Group. +# Copyright (c) 2000-2016, 2019 University of Utah and the Flux Group. # # {{{EMULAB-LICENSE # @@ -275,7 +275,6 @@ sub fatal($) { my ($msg) = @_; - SENDMAIL($TBOPS, "spewimage:$imageid", $msg); die("*** $0:\n". " $msg\n"); } -- GitLab