From 65c2ca2275c39ff7d867148ff4080f787b361ea6 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Sat, 24 Jan 2015 23:01:30 +0100 Subject: [PATCH] Removed duplicated log detail. --- src/app/spreed-webrtc-server/channelling_api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) })