diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 23:51:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 23:51:48 -0500 |
| commit | 2b6437aeb0440b4303386fdbbfb5a19fa0761a7b (patch) | |
| tree | c02b91781d1c4e44dca042eb29d449a9d8309bc7 /doNormal.go | |
| parent | 18aa4ead41ee1b8c618c4b8ab2538499e0140db5 (diff) | |
notesv0.25.40
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) } } |
