This commit is contained in:
Liang Ding 2014-12-14 01:01:54 +08:00
parent 2358e03adb
commit 4856b4477f
1 changed files with 1 additions and 1 deletions

View File

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