mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-21 05:42:35 +00:00
fix logging
This commit is contained in:
@@ -57,6 +57,7 @@ func EnsureAncestry(
|
||||
}
|
||||
|
||||
log.Debugf(
|
||||
nil,
|
||||
"empty pages under %q to be created: %s",
|
||||
parent.Title,
|
||||
strings.Join(rest, ` > `),
|
||||
|
||||
@@ -48,6 +48,7 @@ func ResolvePage(
|
||||
path = append(path, meta.Title)
|
||||
|
||||
log.Debugf(
|
||||
nil,
|
||||
"resolving page path: ??? > %s",
|
||||
strings.Join(path, ` > `),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user