Skip to content

Commit

Permalink
Fix log message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iCodeOkay authored Dec 11, 2024
1 parent f5a3928 commit 1f84c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/datadog/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def transform_period_of_time_in_days_to_timestamps(
current_time_in_seconds = int(time.time())

logger.info(
f"Generating timestamps for the period of time {period_of_time_in_months} years ago"
f"Generating timestamps for the period of time {period_of_time_in_months} months ago"
)
timestamps = []
for start_time in range(
Expand Down

0 comments on commit 1f84c81

Please sign in to comment.