From 93860dcbd8dabf0b70763e5945bfbbfff92606aa Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Wed, 9 Dec 2020 00:34:03 +0100 Subject: [PATCH] testcase fixed some more --- afl/llmp_test/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afl/llmp_test/src/main.rs b/afl/llmp_test/src/main.rs index ab661bdd7b..84d5dd5b5e 100644 --- a/afl/llmp_test/src/main.rs +++ b/afl/llmp_test/src/main.rs @@ -102,7 +102,7 @@ fn main() { client .send_buf(TAG_SIMPLE_U32_V1, &counter.to_le_bytes()) .unwrap(); - prinln!("Writing", counter); + println!("CTR Client writing {}", counter); thread::sleep(Duration::from_secs(1)) } }