diff --git a/broker/ipc.go b/broker/ipc.go index f9984c4..a1397d8 100644 --- a/broker/ipc.go +++ b/broker/ipc.go @@ -266,6 +266,7 @@ func (i *IPC) ProxyAnswers(arg messages.Arg, response *[]byte) error { // The snowflake took too long to respond with an answer, so its client // disappeared / the snowflake is no longer recognized by the Broker. success = false + log.Printf("Warning: matching with snowflake client failed") } b, err := messages.EncodeAnswerResponse(success)