mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-06 21:23:05 +02:00
add warning for voidwallet for better coloring in logs
This commit is contained in:
parent
85cb2573f9
commit
a32a6da158
@ -23,7 +23,7 @@ class VoidWallet(Wallet):
|
|||||||
raise Unsupported("")
|
raise Unsupported("")
|
||||||
|
|
||||||
async def status(self) -> StatusResponse:
|
async def status(self) -> StatusResponse:
|
||||||
logger.info(
|
logger.warning(
|
||||||
"This backend does nothing, it is here just as a placeholder, you must configure an actual backend before being able to do anything useful with LNbits."
|
"This backend does nothing, it is here just as a placeholder, you must configure an actual backend before being able to do anything useful with LNbits."
|
||||||
)
|
)
|
||||||
return StatusResponse(None, 0)
|
return StatusResponse(None, 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user