summaryrefslogtreecommitdiff
path: root/doInstall.go
diff options
context:
space:
mode:
Diffstat (limited to 'doInstall.go')
-rw-r--r--doInstall.go2
1 files changed, 2 insertions, 0 deletions
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
}