Skip to content
Snippets Groups Projects
Commit 37ecbc7c authored by Jake Taylor's avatar Jake Taylor
Browse files

fix print

parent 7cee1148
No related branches found
No related tags found
1 merge request!510Release
...@@ -189,8 +189,7 @@ func (h *handler) handleMessageHelper(ecrMsg format.Message, bundle Bundle) bool ...@@ -189,8 +189,7 @@ func (h *handler) handleMessageHelper(ecrMsg format.Message, bundle Bundle) bool
go t.Process(ecrMsg, identity, round) go t.Process(ecrMsg, identity, round)
} }
if len(services) == 0 { if len(services) == 0 {
jww.WARN.Printf("empty service list for %s: %s", jww.WARN.Printf("Empty service list for %s", ecrMsg.Digest())
ecrMsg.Digest(), ecrMsg.GetSIH())
} }
return true return true
} }
......
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