Skip to content

Commit

Permalink
more debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jan 7, 2018
1 parent 79db4ce commit 8ab7df1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ func (s *Session) login(msg *ClientComMessage) {

uid, authLvl, expires, authErr := handler.Authenticate(msg.Login.Secret)
if authErr.IsError() {
log.Println(authErr.Err)
log.Println("auth result", authErr.Err)
}

if authErr.Code == auth.ErrMalformed {
Expand Down Expand Up @@ -640,7 +640,6 @@ func (s *Session) acc(msg *ClientComMessage) {
}

reply.Ctrl.Params = params
log.Println("Account params", params)
s.queueOut(reply)

pluginAccount(&user, plgActCreate)
Expand Down

0 comments on commit 8ab7df1

Please sign in to comment.