diff options
Diffstat (limited to 'doNormal.go')
| -rw-r--r-- | doNormal.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doNormal.go b/doNormal.go index ab65c17..9075b82 100644 --- a/doNormal.go +++ b/doNormal.go @@ -137,7 +137,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error { repo.Tags.Master = proto.Clone(found).(*gitpb.GitTag) config.SetChanged("repos", true) } else { - log.Info("not found master tag", repo.FullPath) + log.Info("not found master tag (Reload() ?)", repo.FullPath) } } |
