Skip to content

Commit

Permalink
cleanup: fix diagnostic formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abower-amd committed Sep 18, 2024
1 parent f0762bc commit 0098398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sfptpd_thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ static int timer_start(struct sfptpd_event *timer, bool periodic,
}

DBG_L5("thread %s timer %d: started with interval "
SFPTPD_FMT_SFTIMESPEC SFPTPD_FORMAT_TIMESPEC "\n",
SFPTPD_FORMAT_TIMESPEC ", " SFPTPD_FORMAT_TIMESPEC "\n",
thread_get_name(), timer->id,
SFPTPD_ARGS_TIMESPEC(timer_spec.it_value),
SFPTPD_ARGS_TIMESPEC(timer_spec.it_interval));
Expand Down

0 comments on commit 0098398

Please sign in to comment.