Skip to content
Snippets Groups Projects
Commit 6be928bd authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

added a warn if cannot send on garbled messages channel

parent 9309d130
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ func (m *Manager) CheckGarbledMessages() { ...@@ -27,6 +27,8 @@ func (m *Manager) CheckGarbledMessages() {
select { select {
case m.triggerGarbled <- struct{}{}: case m.triggerGarbled <- struct{}{}:
default: default:
jww.WARN.Println("Failed to check garbled messages " +
"due to full channel")
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment