mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
Fix log message
This commit is contained in:
@@ -287,7 +287,7 @@ func (c *GrpcClient) sendJobResponse(
|
||||
return err
|
||||
}
|
||||
|
||||
log.WithContext(ctx).Infof("Job %s completed successfully", resp.ID)
|
||||
log.WithContext(ctx).Infof("job response sent for job %s (status: %s)", string(resp.ID), resp.Status.String())
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user