From 92c7ca7a95d41d0f1cb498a785e0c76700bbbc80 Mon Sep 17 00:00:00 2001
From: benjamin <ben@elixxir.io>
Date: Wed, 26 Oct 2022 09:44:45 -0700
Subject: [PATCH] made the print when no filters are found a trace

---
 cmix/follow.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmix/follow.go b/cmix/follow.go
index 051438d4f..8ac5d4684 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
 	}
-- 
GitLab