diff --git a/cmix/follow.go b/cmix/follow.go
index 051438d4f5e5456bce0f3338169ac855b99a3f29..8ac5d46841b8a61d0e9300d98375ed9adc0f7d30 100644
--- a/cmix/follow.go
+++ b/cmix/follow.go
@@ -336,7 +336,7 @@ func (c *client) follow(identity receptionID.IdentityUse,
 	}
 
 	if len(pollResp.Filters.Filters) == 0 {
-		jww.WARN.Printf("No filters found for the passed ID %d (%s), "+
+		jww.TRACE.Printf("No filters found for the passed ID %d (%s), "+
 			"skipping processing.", identity.EphId.Int64(), identity.Source)
 		return
 	}