Skip to content

Commit

Permalink
log more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriediculous committed Jun 21, 2024
1 parent c7f0e1e commit e88af18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (o *orchestratorPool) GetOrchestrators(ctx context.Context, numOrchestrator
}
return false
}
glog.Info("broadcaster caps", caps)
glog.Info("broadcaster caps", caps.ToNetCapabilities())
return caps.CompatibleWith(info.Capabilities)
}
getOrchInfo := func(ctx context.Context, od common.OrchestratorDescriptor, infoCh chan common.OrchestratorDescriptor, errCh chan error) {
Expand Down

0 comments on commit e88af18

Please sign in to comment.