diff --git a/cmd/deploy.go b/cmd/deploy.go index 3db3e82e4..117e31d5d 100644 --- a/cmd/deploy.go +++ b/cmd/deploy.go @@ -175,7 +175,7 @@ var deployCmd = &cobra.Command{ // run links postdeploy creation (ceos links creation) c.CreateLinks(ctx, linkWorkers, true) - log.Info("Writing /etc/hosts file") + log.Info("Adding containerlab host entries to /etc/hosts file") err = clab.AppendHostsFileEntries(containers, c.Config.Name) if err != nil { log.Errorf("failed to create hosts file: %v", err)