summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/scan.go b/scan.go
index 0a52d95..1549815 100644
--- a/scan.go
+++ b/scan.go
@@ -140,10 +140,9 @@ func scanGoSum() {
repo.newScan()
}
- // log.Info("find the next repo to release here")
log.Info("repo:", latestversion, status, repo.status.String())
}
- log.Info("scan() did everything, not sure what to do next")
+ log.Info("scanGoSum() did everything, not sure what to do next")
}
// timeFunction takes a function as an argument and returns the execution time.