diff options
| author | Jeff Carr <[email protected]> | 2024-01-11 23:24:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-11 23:24:09 -0600 |
| commit | e2acf6511eb908cbc7813b8bda925c065e0b673a (patch) | |
| tree | 559750c7fef0a49887f3b0c0064874a0ba5b4e57 /unix.go | |
| parent | 1248e21394afa41f5a5a42e843c3bd4cae71c5d6 (diff) | |
skip HEAD
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'unix.go')
| -rw-r--r-- | unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ func runCmd(path string, parts []string) (error, bool, string) { thing := parts[0] parts = parts[1:] - log.Warn("path =", path, "thing =", thing, "cmdline =", parts) + log.Info("path =", path, "thing =", thing, "cmdline =", parts) // Create the command cmd := exec.Command(thing, parts...) |
