mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 22:50:58 +02:00
Merge pull request #9273 from Roasbeef/itests-pid
lntest: print node PID when launching in itests
This commit is contained in:
@@ -399,6 +399,9 @@ func (hn *HarnessNode) StartLndCmd(ctxb context.Context) error {
|
||||
return err
|
||||
}
|
||||
|
||||
pid := hn.cmd.Process.Pid
|
||||
hn.T.Logf("Starting node (name=%v) with PID=%v", hn.Cfg.Name, pid)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user