From c4f13df9c719ea63a2f1e4026fee9c4129d0329d Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Thu, 20 May 2021 11:59:15 +0200 Subject: [PATCH] re-enable new testcase stats print --- libafl/src/events/llmp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl/src/events/llmp.rs b/libafl/src/events/llmp.rs index 35dc577669..a5ac71fa15 100644 --- a/libafl/src/events/llmp.rs +++ b/libafl/src/events/llmp.rs @@ -170,7 +170,7 @@ where let client = stats.client_stats_mut_for(sender_id); client.update_corpus_size(*corpus_size as u64); client.update_executions(*executions as u64, *time); - stats.display(event.name().to_string(), sender_id); + stats.display(event.name().to_string() + " #" + &sender_id.to_string()); Ok(BrokerEventResult::Forward) } Event::UpdateStats {