From 966348d5343a13ca889805d5a46907927d07f4ce Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 13 Jan 2024 20:30:33 -0600 Subject: status is almost done --- unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix.go') 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...) -- cgit v1.2.3