From 43ab89ef8d0672f4ecab5831729d0077b9339d5d Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 15 Jul 2017 20:13:15 -0700 Subject: [PATCH] Tweak to trigger tests --- eth-log-alerting.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth-log-alerting.go b/eth-log-alerting.go index 9666734..9fc03db 100644 --- a/eth-log-alerting.go +++ b/eth-log-alerting.go @@ -65,7 +65,7 @@ func init() { func main() { logger.Printf("Monitoring %s", logPath) - logger.Printf("Forwarding to channel \"%s\" as user \"%s\" at %s", channel, username, webhookURL) + logger.Printf("Forwarding entries to channel \"%s\" as user \"%s\" at %s", channel, username, webhookURL) sig := make(chan os.Signal, 1) signal.Notify(sig, syscall.SIGINT, syscall.SIGTERM) -- GitLab