mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-05 14:07:01 +00:00
use message
This commit is contained in:
parent
1bbb1b4a10
commit
834e8544f0
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ func Handler(mainDomainSuffix, rawDomain string,
|
|||
// TODO: move into external func to not alert vars indirectly
|
||||
tryBranch := func(log zerolog.Logger, repo, branch string, _path []string, canonicalLink string) bool {
|
||||
if repo == "" {
|
||||
log.Debug().Msg("tryBranch: repo == ''")
|
||||
log.Debug().Msg("tryBranch: repo is empty")
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue