From f26838452b0caa863cb00d8f701d6aa49959d860 Mon Sep 17 00:00:00 2001 From: bmc-msft <41130664+bmc-msft@users.noreply.github.com> Date: Tue, 9 Mar 2021 11:57:58 -0500 Subject: [PATCH] remove stray ? (#652) --- src/agent/onefuzz-agent/src/tasks/fuzz/libfuzzer_fuzz.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/onefuzz-agent/src/tasks/fuzz/libfuzzer_fuzz.rs b/src/agent/onefuzz-agent/src/tasks/fuzz/libfuzzer_fuzz.rs index 223ff793c..7a177e8be 100644 --- a/src/agent/onefuzz-agent/src/tasks/fuzz/libfuzzer_fuzz.rs +++ b/src/agent/onefuzz-agent/src/tasks/fuzz/libfuzzer_fuzz.rs @@ -147,7 +147,7 @@ impl LibFuzzerFuzzTask { .await .with_context(|| { format!( - "unable to move crashing input into results directory: {} - {}?", + "unable to move crashing input into results directory: {} - {}", entry.path().display(), destination_path.display() )