summaryrefslogtreecommitdiffstatshomepage
path: root/src/selftest/counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/selftest/counter.c')
-rw-r--r--src/selftest/counter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selftest/counter.c b/src/selftest/counter.c
index 5cb41d1..7e14eeb 100644
--- a/src/selftest/counter.c
+++ b/src/selftest/counter.c
@@ -18,8 +18,8 @@ bool __init wg_packet_counter_selftest(void)
#define T(n, v) do { \
++test_num; \
if (counter_validate(&counter, n) != v) { \
- pr_info("nonce counter self-test %u: FAIL\n", \
- test_num); \
+ pr_err("nonce counter self-test %u: FAIL\n", \
+ test_num); \
success = false; \
} \
} while (0)