diff --git a/src/app/spreed-webrtc-server/channelling_api.go b/src/app/spreed-webrtc-server/channelling_api.go index e790021f..a0dc6064 100644 --- a/src/app/spreed-webrtc-server/channelling_api.go +++ b/src/app/spreed-webrtc-server/channelling_api.go @@ -229,7 +229,7 @@ func (api *channellingAPI) OnDisconnect(session *Session) { } session.RunForAllSubscribers(func(session *Session) { - log.Println("Notifying subscriber that we are gone", session.Id, session.Id) + log.Println("Notifying subscriber that we are gone", session.Id) api.Unicast(session, session.Id, dsl) })