Skip to content

Commit

Permalink
Merge pull request PanDAWMS#385 from tmaeno/master
Browse files Browse the repository at this point in the history
dbg msg for get_proxy
  • Loading branch information
tmaeno authored Jul 29, 2024
2 parents 95e649d + a1b8fc5 commit b8e3fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandaserver/jobdispatcher/JobDispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ def get_proxy(self, real_distinguished_name: str, role: str | None, target_disti
if target_distinguished_name is None:
target_distinguished_name = real_distinguished_name
tmp_log = LogWrapper(_logger, f"get_proxy PID={os.getpid()}")
tmp_msg = f'start DN="{real_distinguished_name}" role={role} target="{target_distinguished_name}" '
tmp_msg = f"""start DN="{real_distinguished_name}" role={role} target="{target_distinguished_name}" tokenized={tokenized} token_key={token_key}"""
tmp_log.debug(tmp_msg)
if real_distinguished_name is None:
# cannot extract DN
Expand Down

0 comments on commit b8e3fa3

Please sign in to comment.