diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 12:37:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 12:37:47 -0600 |
| commit | d9be1a53fbc1b82478bbbe8279c40a5e2c2bd7b3 (patch) | |
| tree | e7329128dabfe5a8c71cab4cdb57aa66fb37531c /config.go | |
| parent | 37a3c9622788b9710d82b638f091a6a5fccfc474 (diff) | |
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ func (m *Machine) ConfigLoad() error { m.Hostname = hostname m.Distro = detectDistro() m.initPackages() + log.Info("zoopb.ConfigLoad()", m.Hostname, "runs", m.Distro, "with", m.Packages.Len(), "packages") return nil } |
