From 1a9b13dda5e13d0786718768443bab4a6916aab9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 31 Jan 2024 12:41:28 -0600 Subject: use SetText() not SetValue() Signed-off-by: Jeff Carr --- unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix.go') diff --git a/unix.go b/unix.go index b6841ff..8ca4824 100644 --- a/unix.go +++ b/unix.go @@ -91,7 +91,7 @@ func run(s string) string { // Trim leading and trailing whitespace from each line tmp := strings.TrimSpace(out.String()) // Output the results - log.Info("Command Output:", tmp) + log.Verbose("Command Output:", tmp) return tmp } -- cgit v1.2.3