Browse Source

Removed duplicated log detail.

pull/159/head
Simon Eisenmann 11 years ago
parent
commit
65c2ca2275
  1. 2
      src/app/spreed-webrtc-server/channelling_api.go

2
src/app/spreed-webrtc-server/channelling_api.go

@ -229,7 +229,7 @@ func (api *channellingAPI) OnDisconnect(session *Session) {
} }
session.RunForAllSubscribers(func(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) api.Unicast(session, session.Id, dsl)
}) })

Loading…
Cancel
Save