diff --git a/pkg/provider/handlers/functions.go b/pkg/provider/handlers/functions.go index 19ba3b4..24ee9a6 100644 --- a/pkg/provider/handlers/functions.go +++ b/pkg/provider/handlers/functions.go @@ -72,7 +72,7 @@ func GetFunction(client *containerd.Client, name string, namespace string) (Func allLabels, labelErr := c.Labels(ctx) if labelErr != nil { - log.Printf("cannot list container %s labels: %w", containerName, labelErr) + log.Printf("cannot list container %s labels: %s", containerName, labelErr) } labels, annotations := buildLabelsAndAnnotations(allLabels)