summaryrefslogtreecommitdiff
path: root/doCheckout.go
diff options
context:
space:
mode:
Diffstat (limited to 'doCheckout.go')
-rw-r--r--doCheckout.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doCheckout.go b/doCheckout.go
index eb48c04..1ea4b67 100644
--- a/doCheckout.go
+++ b/doCheckout.go
@@ -53,7 +53,7 @@ func doCheckDirtyAndConfigSave() {
}
}
}
- log.Printf("dirty check %d took:%s\n", count, shell.FormatDuration(time.Since(now)))
+ log.Printf("dirty check (%d repos) took:%s\n", count, shell.FormatDuration(time.Since(now)))
me.forge.SetConfigSave(configSave)
}