summaryrefslogtreecommitdiff
path: root/unix.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-13 20:30:33 -0600
committerJeff Carr <[email protected]>2024-01-13 20:30:33 -0600
commit966348d5343a13ca889805d5a46907927d07f4ce (patch)
treef82cf534206ebe399432d09c86d2b6e7672823f8 /unix.go
parent86873b296cb856a1b8e7251047ccb2b04d188f9b (diff)
status is almost done
Diffstat (limited to 'unix.go')
-rw-r--r--unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.go b/unix.go
index 215a199..e28ce07 100644
--- a/unix.go
+++ b/unix.go
@@ -127,7 +127,7 @@ func runCmd(path string, parts []string) (error, bool, string) {
thing := parts[0]
parts = parts[1:]
- log.Info("path =", path, "thing =", thing, "cmdline =", parts)
+ log.Verbose("path =", path, "thing =", thing, "cmdline =", parts)
// Create the command
cmd := exec.Command(thing, parts...)