Skip to content

Commit f8967a7

Browse files
chore: fix typo
1 parent 360a252 commit f8967a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_lambda/metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def lambda_metric(metric_name, value, timestamp=None, tags=None, force_async=Fal
133133

134134
elif metrics_handler == MetricsHandler.NO_METRICS:
135135
logger.debug(
136-
"Metric %s cannot be submitted because the metrics handler is disabled: %s",
136+
"Metric %s cannot be submitted because the metrics handler is disabled",
137137
metric_name,
138138
),
139139

0 commit comments

Comments
 (0)