Skip to content

Commit

Permalink
fix format spec
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuedtke committed Nov 29, 2024
1 parent 2c24bb4 commit 8bf7fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/highlevel/bidib_highlevel_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ void *bidib_heartbeat_log(void *par __attribute__((unused))) {
//printf("\n\n");

/**/
printf("Libbidib: Mutex statistics report for last 2 seconds (actual elapsed time: %lu, rounded to seconds: %lu):\n",
printf("Libbidib: Mutex statistics report for last 2 seconds (actual elapsed time: %llu, rounded to seconds: %llu):\n",
elapsed_us, elapsed_us / 1000000);
printf("bidib_state_trains_rwlock: Wr-Locked %.2f percent of the time\n",
((float) bidib_state_trains_rwlock_lockedcount / (float) iters)*100.0f);
Expand Down

0 comments on commit 8bf7fec

Please sign in to comment.