Skip to content

Commit

Permalink
Logging level back to INFO.
Browse files Browse the repository at this point in the history
  • Loading branch information
moodyjon authored and eukreign committed Sep 20, 2022
1 parent c88f079 commit a7d7efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbry/wallet/usage_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _done_callback(self, f):
reason = "Stopped"
else:
reason = ""
log.warning("Stopping wallet server payments. %s", reason)
log.info("Stopping wallet server payments. %s", reason)

async def stop(self):
if self.running:
Expand Down

0 comments on commit a7d7efe

Please sign in to comment.