diff options
Diffstat (limited to 'doDirty.go')
| -rw-r--r-- | doDirty.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ func doCheckDirtyAndConfigSave() { */ // this might work? now := time.Now() - me.forge.RillFuncError(20, 10, doCheckDirty) + me.forge.RillFuncError(doCheckDirty) end := straightCheckDirty() log.Printf("dirty check (%d dirty repos) (%d total repos) took:%s\n", end, me.found.Len(), shell.FormatDuration(time.Since(now))) |
