Skip to content

Commit

Permalink
noop: tweak log message in Server.call
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Jan 14, 2025
1 parent 1d79371 commit 69c88a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexrpc/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ def validator():
yield header, payload
return validator()
else:
logger.debug(f'Got: {self.loggable(output)}')
logger.debug(f'Returning {self.loggable(output)}')
return self.validate(nsid, 'output', output)

0 comments on commit 69c88a7

Please # to comment.