diff options
Diffstat (limited to 'test/test_sref_weakref.c')
-rw-r--r-- | test/test_sref_weakref.c | 2 |
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); } } |