summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-01-25 21:46:35 +0100
committerRichard Braun <rbraun@sceen.net>2017-01-25 21:46:35 +0100
commit1f98019b426cbbff414bfb42973287c8ab58486f (patch)
tree3a1828e058f07befda75e6747e69910e95672f13 /test
parent163b6179c27dbc7f38915e3756bfa35e6092c43d (diff)
test/test_sref_weakref: decrease ref reporting frequency
Diffstat (limited to 'test')
-rw-r--r--test/test_sref_weakref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_sref_weakref.c b/test/test_sref_weakref.c
index 079eeaf8..f618a483 100644
--- a/test/test_sref_weakref.c
+++ b/test/test_sref_weakref.c
@@ -93,7 +93,7 @@ test_ref(void *arg)
sref_counter_dec(counter);
}
- if ((i % 10000000) == 0) {
+ if ((i % 100000000) == 0) {
printk("ref: iterations: %lu\n", i);
}
}