From 8ac9235872219ff3c345cbbb072f9fb7b576d512 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 26 Sep 2025 13:04:50 -0500 Subject: debugging slowness --- doInstall.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doInstall.go') diff --git a/doInstall.go b/doInstall.go index 9230243..ae2f86c 100644 --- a/doInstall.go +++ b/doInstall.go @@ -29,6 +29,7 @@ func doInstall() error { // ignore read only stuff continue } + log.Info("doInstall() START", check.FullPath) // var cmd []string var start string @@ -91,6 +92,7 @@ func doInstall() error { log.Warn("name is blank error", check.GetGoPath()) } + log.Info("doInstall() END", check.FullPath) if argv.DryRun { continue } -- cgit v1.2.3