LRN: another logging fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 1 Aug 2011 20:36:57 +0000 (20:36 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 1 Aug 2011 20:36:57 +0000 (20:36 +0000)
src/arm/test_exponential_backoff.c

index 3ece6339dc423f308458748bd432ae38f1c84245..f40252a0371b151cfa6929f00d6e1ac66b35a563 100644 (file)
@@ -351,7 +351,7 @@ kill_task (void *cbData,
 #if LOG_BACKOFF
       fprintf(killLogFilePtr, 
              "Waited for: %llu ms\n", 
-             (unsigned long long) waitedFor.abs_value);
+             (unsigned long long) waitedFor.rel_value);
 #endif
     }
   else