diff --git a/tpl/collections/collections.go b/tpl/collections/collections.go index 04840f8c4..a44603b53 100644 --- a/tpl/collections/collections.go +++ b/tpl/collections/collections.go @@ -347,7 +347,7 @@ func (ns *Namespace) IsSet(c any, key any) (bool, error) { return av.MapIndex(kv).IsValid(), nil } default: - ns.deps.Log.Warnf("calling IsSet with unsupported type %q (%T) will always return false.\n", av.Kind(), c) + ns.deps.Log.Warnf("calling IsSet with unsupported type %q (%T) for key %v will always return false.\n", av.Kind(), c, key) } return false, nil