diff --git a/doNormal.go b/doNormal.go index ce0804a..b8271e3 100644 --- a/doNormal.go +++ b/doNormal.go @@ -94,7 +94,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error { repo.VerifyRemoteAndLocalBranches(repo.GetMasterBranchName()) if repo.GetCurrentBranchName() != repo.GetUserBranchName() { - log.Info("changing to user branch", repo.FullPath) + log.Infof("changing to user(%s) branch: %s\n", repo.GetUserBranchName(), repo.FullPath) repo.CheckoutUser() repo.ReloadCheck() err = log.Errorf("now on user branch")