Skip to content

Commit a7d7efe

Browse files
moodyjoneukreign
authored andcommitted
Logging level back to INFO.
1 parent c88f079 commit a7d7efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lbry/wallet/usage_payment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def _done_callback(self, f):
107107
reason = "Stopped"
108108
else:
109109
reason = ""
110-
log.warning("Stopping wallet server payments. %s", reason)
110+
log.info("Stopping wallet server payments. %s", reason)
111111

112112
async def stop(self):
113113
if self.running:

0 commit comments

Comments
 (0)