Skip to content

Commit

Permalink
protocol: minor log tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Jul 26, 2024
1 parent 96846c2 commit 8bdcd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ def send_task():
if form.get('orig_obj') else None)

# send
logger.info(f'Sending {protocol} {obj.type} {obj.key.id()}')
logger.info(f'Sending {protocol} {obj.type} {obj.key.id()} to {url}')
logger.debug(f' AS1: {json_dumps(obj.as1, indent=2)}')
sent = None
try:
Expand Down

0 comments on commit 8bdcd1f

Please sign in to comment.