Skip to content

Commit

Permalink
added log msg for /etc/hosts restoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Oct 30, 2020
1 parent e194414 commit 3285284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/destroy.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ var destroyCmd = &cobra.Command{
}(cont)
}
wg.Wait()
log.Info("Removing container entries from /etc/hosts file")
err = deleteEntriesFromHostsFile(containers, c.Conf.DockerInfo.Bridge)
if err != nil {
return err
Expand Down

0 comments on commit 3285284

Please sign in to comment.