diff options
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |
