mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: add persistent logger
This commit is contained in:
parent
0d76d6e162
commit
b574e344ea
18 changed files with 201 additions and 135 deletions
|
|
@ -114,7 +114,7 @@ func createClientTestContext(t *testing.T,
|
|||
runCtx,
|
||||
statusChan,
|
||||
)
|
||||
logger.Errorf("client run: %v", err)
|
||||
log.Errorf("client run: %v", err)
|
||||
ctx.runErr <- err
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue