1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 04:57:56 +00:00

nfd-worker: fix typo and wording in log message

This commit is contained in:
Markus Lehtonen 2019-09-03 14:22:16 +03:00
parent 7d78d3169f
commit 9c7edd24ca

View file

@ -350,7 +350,7 @@ func advertiseFeatureLabels(client pb.LabelerClient, labels Labels) error {
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
defer cancel()
stdoutLogger.Printf("Sendng labeling request nfd-master")
stdoutLogger.Printf("Sending labeling request to nfd-master")
labelReq := pb.SetLabelsRequest{Labels: labels,
NfdVersion: version.Get(),