summaryrefslogtreecommitdiff
path: root/tools/ivythroughput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ivythroughput.cpp')
-rw-r--r--tools/ivythroughput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ivythroughput.cpp b/tools/ivythroughput.cpp
index d99588e..7d6136f 100644
--- a/tools/ivythroughput.cpp
+++ b/tools/ivythroughput.cpp
@@ -665,7 +665,7 @@ void doNothingAndSuicideCB (TimerId id, void *user_data, unsigned long delta)
printf (".");
long time = (long) user_data;
time = ((time-2)/2) * 1000;
- printf ("DBG> client hanging for %d milliseconds\n", time);
+ printf ("DBG> client hanging for %ld milliseconds\n", time);
usleep (time * 1000);
printf ("DBG> client suicide\n");
_exit(42);