Skip to content

Commit

Permalink
config-daemon: Log node name when starting
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeke committed Aug 23, 2023
1 parent 3500d5a commit bbaa2d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ func (dn *Daemon) tryCreateUdevRuleWrapper() error {

// Run the config daemon
func (dn *Daemon) Run(stopCh <-chan struct{}, exitCh <-chan error) error {
glog.V(0).Infof("Run(): node: %s", dn.name)

if utils.ClusterType == utils.ClusterTypeOpenshift {
glog.V(0).Infof("Run(): start daemon. openshiftFlavor: %s", dn.openshiftContext.OpenshiftFlavor)
} else {
Expand Down

0 comments on commit bbaa2d5

Please sign in to comment.