summaryrefslogtreecommitdiff
path: root/doCheckout.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-08 10:10:14 -0600
committerJeff Carr <[email protected]>2025-01-08 10:10:14 -0600
commitae8fd94a2c33f1bcfa56e009c4b88d82f0712c9d (patch)
tree40564e11416acc09442d68e9f7e8ddc1038c38bc /doCheckout.go
parente27e1716d77f4d4f09d89285707895724e7a3838 (diff)
output cleanupsv0.22.37
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)
}