diff --git a/libafl/src/events/llmp.rs b/libafl/src/events/llmp.rs index f8cd765f0b..cb73306c34 100644 --- a/libafl/src/events/llmp.rs +++ b/libafl/src/events/llmp.rs @@ -377,8 +377,8 @@ where } => { #[cfg(feature = "std")] println!( - "Received new Testcase from {} ({}) {:?}", - _client_id, client_config, input + "Received new Testcase from {} ({})", + _client_id, client_config ); let _res = if client_config == self.configuration {