From: Christian Grothoff Date: Mon, 1 Aug 2011 20:36:57 +0000 (+0000) Subject: LRN: another logging fix X-Git-Tag: initial-import-from-subversion-38251~17555 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=61f69bf367cf87c4de51b2244d50c62bc941a8c3;p=oweals%2Fgnunet.git LRN: another logging fix --- diff --git a/src/arm/test_exponential_backoff.c b/src/arm/test_exponential_backoff.c index 3ece6339d..f40252a03 100644 --- a/src/arm/test_exponential_backoff.c +++ b/src/arm/test_exponential_backoff.c @@ -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