Skip to content

Commit

Permalink
dbg msg for get_proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Jul 29, 2024
1 parent 95e649d commit a1b8fc5
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 a1b8fc5

Please sign in to comment.