fix: Fixed a bug with template selection.

This commit is contained in:
Spencer Brower
2026-07-17 17:16:21 -04:00
parent a41a7803a4
commit 6e66709f05
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ get_template :: proc(
return tpl
}
if candidate != chain[n - 1] {
log.warnf("thor: template %s not found, falling back", virtual)
log.debugf("thor: template %s not found, falling back", virtual)
}
}