aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 20:36:57 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 20:36:57 +0000
commit61f69bf367cf87c4de51b2244d50c62bc941a8c3 (patch)
tree469e5561ef3cdecb9bcd241ac7a5104a7cbe75e3 /src/arm
parent9f899ab9e375a98d6b014f95172621ec9b9b1480 (diff)
downloadgnunet-61f69bf367cf87c4de51b2244d50c62bc941a8c3.tar.gz
gnunet-61f69bf367cf87c4de51b2244d50c62bc941a8c3.zip
LRN: another logging fix
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/test_exponential_backoff.c2
1 files changed, 1 insertions, 1 deletions
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,
351#if LOG_BACKOFF 351#if LOG_BACKOFF
352 fprintf(killLogFilePtr, 352 fprintf(killLogFilePtr,
353 "Waited for: %llu ms\n", 353 "Waited for: %llu ms\n",
354 (unsigned long long) waitedFor.abs_value); 354 (unsigned long long) waitedFor.rel_value);
355#endif 355#endif
356 } 356 }
357 else 357 else