aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_common_logging_runtime_loglevels.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_runtime_loglevels.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_runtime_loglevels.c')
-rw-r--r--src/util/test_common_logging_runtime_loglevels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_common_logging_runtime_loglevels.c b/src/util/test_common_logging_runtime_loglevels.c
index 35cbae269..b69b4ce36 100644
--- a/src/util/test_common_logging_runtime_loglevels.c
+++ b/src/util/test_common_logging_runtime_loglevels.c
@@ -158,7 +158,7 @@ read_output_line (int phase_from1, int phase_to1, int phase_from2,
158 } 158 }
159 } 159 }
160 if (!stop || strcmp (expect_level, level) != 0 || *delay < 0 || *delay > 1000 160 if (!stop || strcmp (expect_level, level) != 0 || *delay < 0 || *delay > 1000
161 || (!((*delay < delay_lessthan) || !(*delay > delay_morethan)) && c != '1' 161 || (!((*delay < delay_lessthan) || (*delay > delay_morethan)) && c != '1'
162 && c != '2')) 162 && c != '2'))
163 return NULL; 163 return NULL;
164 *len = *len - i; 164 *len = *len - i;