Implement time for parameter usage

This commit is contained in:
Zoltán Papp
2025-11-17 15:47:27 +01:00
parent 39bec2dd74
commit 938554fb0f
3 changed files with 29 additions and 3 deletions

View File

@@ -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