summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-05-06 03:47:58 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-05-06 14:51:08 +0200
commit491107a044bdfeb5877c413d0f5421bb7afde158 (patch)
tree577eb1017a7e9c078e191fa06940e1bfe9062534
parent92e5ba438d48a798807104d8aed4e480c58c6465 (diff)
downloadsystemd-248.1.tar.gz
test: drop log_trace() in test-random-utilv248.1
It provides almost no inoformation. Moreover, it massively increases logs, and firefox cannot show the results of Ubuntu CIs due to this. (cherry picked from commit 3d396b2837445cf2fbe00c12aed2d9967d9e9d23)
-rw-r--r--src/test/test-random-util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test-random-util.c b/src/test/test-random-util.c
index 44103efa62..42d7a746da 100644
--- a/src/test/test-random-util.c
+++ b/src/test/test-random-util.c
@@ -68,7 +68,6 @@ static void test_random_u64_range_one(unsigned mod) {
x = random_u64_range(mod);
- log_trace("%05u: %"PRIu64, i, x);
count[x]++;
max = MAX(max, count[x]);
}