Skip to content

Commit

Permalink
[QOLSVC-5478] adjust debug logging message to clarify what is being s…
Browse files Browse the repository at this point in the history
…kipped
  • Loading branch information
ThrawnCA committed Oct 11, 2024
1 parent 75f5253 commit 225c62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/oidc_pkce/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def logout(self):
"""
from ckan.common import current_user
if session.pop("_in_logout", False):
log.debug("SSO logout found in-progress flag, skipping")
log.debug("SSO logout found in-progress flag, skipping recursive call")
return None
username = current_user.name or tk.g.user
if not username:
Expand Down

0 comments on commit 225c62c

Please sign in to comment.