fix logging

This commit is contained in:
Egor Kovetskiy
2019-08-20 19:05:37 +03:00
parent ecee64f778
commit 3cd9504a04
3 changed files with 9 additions and 6 deletions

View File

@@ -57,6 +57,7 @@ func EnsureAncestry(
}
log.Debugf(
nil,
"empty pages under %q to be created: %s",
parent.Title,
strings.Join(rest, ` > `),

View File

@@ -48,6 +48,7 @@ func ResolvePage(
path = append(path, meta.Title)
log.Debugf(
nil,
"resolving page path: ??? > %s",
strings.Join(path, ` > `),
)