mirror of
https://github.com/openziti/zrok.git
synced 2024-12-23 15:18:52 +01:00
debugging lint
This commit is contained in:
parent
1face3bb86
commit
662aa59065
@ -44,7 +44,6 @@ func (i *agentGrpcImpl) AccessPrivate(_ context.Context, req *agentGrpc.AccessPr
|
|||||||
|
|
||||||
acc.process, err = proctree.StartChild(acc.tail, accCmd...)
|
acc.process, err = proctree.StartChild(acc.tail, accCmd...)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logrus.Errorf("child start '%v': %v", accCmd, err)
|
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user