mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
fix: Fixed a bug with template selection.
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user