mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-23 02:36:42 +00:00
Implement time for parameter usage
This commit is contained in:
@@ -204,7 +204,7 @@ func (c *GrpcClient) handleJobStream(
|
||||
continue
|
||||
}
|
||||
|
||||
log.WithContext(ctx).Infof("Received a new job from the management server (ID: %s)", jobReq.ID)
|
||||
log.WithContext(ctx).Infof("received a new job from the management server (ID: %s)", jobReq.ID)
|
||||
jobResp := c.processJobRequest(ctx, jobReq, msgHandler)
|
||||
if err := c.sendJobResponse(ctx, stream, serverPubKey, jobResp); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user