Skip to content
Snippets Groups Projects
Commit 92c7ca7a authored by benjamin's avatar benjamin
Browse files

made the print when no filters are found a trace

parent afe8fc6e
No related branches found
No related tags found
1 merge request!510Release
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment