Skip to content

Commit

Permalink
clustermesh-apiserver: fix store name in fatal message
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser authored and pchaigno committed Feb 10, 2023
1 parent 794dd95 commit 638408e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clustermesh-apiserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ func startServer(startCtx hive.HookContext, clientset k8sClient.Clientset, servi
Observer: mgr,
})
if err != nil {
log.WithError(err).Fatal("Unable to set up node store in etcd")
log.WithError(err).Fatal("Unable to set up node register store in etcd")
}

ciliumNodeStore, err = store.JoinSharedStore(store.Configuration{
Expand Down

0 comments on commit 638408e

Please sign in to comment.