From 0cebd5d6540937019be80429679472a1b50741c2 Mon Sep 17 00:00:00 2001 From: bustico Date: Wed, 26 Jan 2011 15:54:53 +0000 Subject: fix some warning --- tools/ivythroughput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ivythroughput.cpp') 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); -- cgit v1.1