better output

This commit is contained in:
Jeff Carr 2025-09-05 13:11:52 -05:00
parent 7f831e90d2
commit e713541b35
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func doMergeDevel() (*gitpb.Repos, error) {
log.Info("repo is dirty", repo.GetGoPath()) log.Info("repo is dirty", repo.GetGoPath())
continue continue
} }
log.Info("Starting merge on", repo.GetGoPath()) log.Infof("%s starting git merge", repo.FullPath)
if repo.CheckoutDevel() { if repo.CheckoutDevel() {
log.Info("checkout devel failed", repo.GetGoPath()) log.Info("checkout devel failed", repo.GetGoPath())
err = fmt.Errorf("checkout devel failed") err = fmt.Errorf("checkout devel failed")