Skip to content

Commit

Permalink
chore(pkg/server/sessions): polish logger call
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Meloni <[email protected]>
  • Loading branch information
mmeloni committed Dec 7, 2021
1 parent 577e86e commit 8f54f0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/server/sessions/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ func (sm *manager) expireSessions() {
sm.DeleteSession(ID)
sm.logger.Debugf("removed Dead session %s", ID)
}
sm.logger.Debugf("opened sessions count: %d", len(sm.sessions))
sm.logger.Debugf("idle sessions count: %d", idleSessCount)
sm.logger.Debugf("Open sessions count: %d\nIdle sessions count: %d\n", len(sm.sessions), idleSessCount)
}
}

Expand Down

0 comments on commit 8f54f0b

Please sign in to comment.