diff options
| author | Jeff Carr <[email protected]> | 2025-01-08 10:10:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-08 10:10:14 -0600 |
| commit | ae8fd94a2c33f1bcfa56e009c4b88d82f0712c9d (patch) | |
| tree | 40564e11416acc09442d68e9f7e8ddc1038c38bc /exit.go | |
| parent | e27e1716d77f4d4f09d89285707895724e7a3838 (diff) | |
output cleanupsv0.22.37
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,9 @@ import ( ) func okExit(thing string) { - log.Info(thing, "ok") + if thing != "" { + log.Info("forge exit:", thing, "ok") + } if configSave { me.forge.SetConfigSave(configSave) } |
