summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGiacomo Bagnoli <g.bagnoli@asidev.com>2010-03-19 17:51:16 +0100
committerGiacomo Bagnoli <g.bagnoli@asidev.com>2010-03-19 17:51:16 +0100
commit9829757758593c1d1334d12529581f8080abb6e6 (patch)
tree0af94cf68ce6799dfd4e9fa9102f74b50e2e919b /src
parent992af50956257d2cd62f8bc8a91dd30704842094 (diff)
Fixed display bug in debug log
Diffstat (limited to 'src')
-rw-r--r--src/rt-app.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt-app.c b/src/rt-app.c
index 310d82a..c0e9eff 100644
--- a/src/rt-app.c
+++ b/src/rt-app.c
@@ -65,6 +65,7 @@ void run(int ind, struct timespec *min, struct timespec *max,
}
clock_gettime(CLOCK_THREAD_CPUTIME_ID, &now);
t_exec = timespec_add(&now, &blockages[i].usage);
+ log_debug("[%d] busywait for %d", ind, timespec_to_usec(&blockages[i].usage));
busywait(&t_exec);
lock = last;
while (lock != NULL) {