diff --git a/eth-log-alerting.go b/eth-log-alerting.go
index 966673423b8d14d50bd37d288e5114665df3da71..9fc03db8d25f390c4d18e3ae297207025791b40d 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)