Logging level back to INFO.
This commit is contained in:
parent
c88f0797a3
commit
a7d7efecc7
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class WalletServerPayer:
|
||||||
reason = "Stopped"
|
reason = "Stopped"
|
||||||
else:
|
else:
|
||||||
reason = ""
|
reason = ""
|
||||||
log.warning("Stopping wallet server payments. %s", reason)
|
log.info("Stopping wallet server payments. %s", reason)
|
||||||
|
|
||||||
async def stop(self):
|
async def stop(self):
|
||||||
if self.running:
|
if self.running:
|
||||||
|
|
Loading…
Reference in a new issue