diff --git a/probe/appclient/app_client.go b/probe/appclient/app_client.go index 04c77dd45..7cde8cb00 100644 --- a/probe/appclient/app_client.go +++ b/probe/appclient/app_client.go @@ -318,7 +318,7 @@ func (c *appClient) Publish(r io.Reader, shortcut bool) error { select { case c.readers <- r: default: - log.Errorf("Dropping report to %s", c.hostname) + log.Warnf("Dropping report to %s", c.hostname) if shortcut { return nil }