You've already forked oauth2-proxy
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:
committed by
Joel Speed
parent
88ab07930e
commit
a8de9862cd
@@ -132,7 +132,7 @@ func (s *storedSessionLoader) refreshSessionIfNeeded(rw http.ResponseWriter, req
|
|||||||
// If session was locked, fetch current state, because
|
// If session was locked, fetch current state, because
|
||||||
// it should be updated after lock is released.
|
// it should be updated after lock is released.
|
||||||
if wasLocked {
|
if wasLocked {
|
||||||
logger.Printf("update session from store")
|
logger.Printf("Update session from store instead of refreshing")
|
||||||
return s.updateSessionFromStore(req, session)
|
return s.updateSessionFromStore(req, session)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user