Commit 5614c3c3 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: be verbose when sending irc message fails

parent e3d34065
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -600,7 +600,7 @@ irc_message() {
	shift
	local MESSAGE="$@"
	echo "Sending '$MESSAGE' to $CHANNEL now."
	kgb-client --conf /srv/jenkins/kgb/$CHANNEL.conf --relay-msg "$MESSAGE" || true # don't fail the whole job
	kgb-client --conf /srv/jenkins/kgb/$CHANNEL.conf --relay-msg "$MESSAGE" || echo "$(date -u) - couldn't send message to $CHANNEL, continuing anyway." # don't fail the whole job
}

call_diffoscope() {