This commit is contained in:
Liang Ding 2014-11-20 14:57:38 +08:00
parent e6607b3bef
commit a94c17e984
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ func WSHandler(w http.ResponseWriter, r *http.Request) {
WideSessions.New(httpSession, sid)
glog.Infof("Created a wide session [%s] for websocket reconnecting", sid)
glog.Infof("Created a wide session [%s] for websocket reconnecting, user [%s]", sid, wSession.Username)
}
conn, _ := websocket.Upgrade(w, r, nil, 1024, 1024)