1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-10 22:51:31 +02:00

Update logger message

This commit is contained in:
Kevin Kreitner
2021-09-29 17:17:48 +02:00
committed by Joel Speed
parent 88ab07930e
commit a8de9862cd

View File

@@ -132,7 +132,7 @@ func (s *storedSessionLoader) refreshSessionIfNeeded(rw http.ResponseWriter, req
// If session was locked, fetch current state, because
// it should be updated after lock is released.
if wasLocked {
logger.Printf("update session from store")
logger.Printf("Update session from store instead of refreshing")
return s.updateSessionFromStore(req, session)
}