scripts: imp log
This commit is contained in:
parent
af420878b4
commit
c5fc7fbf4f
|
@ -72,7 +72,7 @@ func main() {
|
|||
key := f.FilterKey
|
||||
cat := f.category()
|
||||
if cat == "" {
|
||||
l.Warn("no fitting category for filter", "key", key, "idx", i)
|
||||
l.WarnContext(ctx, "no fitting category for filter", "key", key, "idx", i)
|
||||
}
|
||||
|
||||
aghFlt.Filters[key] = &aghFiltersFilter{
|
||||
|
|
Loading…
Reference in New Issue