aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_common_logging_dummy.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-26 17:17:13 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-26 17:17:13 +0000
commitbd1a45e81484ad526471a1ec69e6e68fe69fc0da (patch)
tree119df54842745865f78b064f36e8f0df3013dbba /src/util/test_common_logging_dummy.c
parent387b0bae07175467672c3cf1a07b8117689482aa (diff)
downloadgnunet-bd1a45e81484ad526471a1ec69e6e68fe69fc0da.tar.gz
gnunet-bd1a45e81484ad526471a1ec69e6e68fe69fc0da.zip
-testing LRNs fix from IRC to correct expression logic and move to 200 microsecond delays
Diffstat (limited to 'src/util/test_common_logging_dummy.c')
-rw-r--r--src/util/test_common_logging_dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_common_logging_dummy.c b/src/util/test_common_logging_dummy.c
index a360d5dee..781b810db 100644
--- a/src/util/test_common_logging_dummy.c
+++ b/src/util/test_common_logging_dummy.c
@@ -35,7 +35,7 @@
35/** 35/**
36 * Delay introduced between operations, useful for debugging. 36 * Delay introduced between operations, useful for debugging.
37 */ 37 */
38#define OUTPUT_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 0) 38#define OUTPUT_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MICROSECONDS, 200)
39 39
40static void 40static void
41my_log (void *ctx, enum GNUNET_ErrorType kind, const char *component, 41my_log (void *ctx, enum GNUNET_ErrorType kind, const char *component,