Skip to content

Commit

Permalink
improved log message
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 27, 2021
1 parent 219e680 commit 259a789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 259a789

Please sign in to comment.