Skip to content

Commit

Permalink
Clarify log message
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli authored Feb 27, 2023
1 parent 87a11c9 commit bb4a541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prusti-server/src/process_verification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub fn process_verification_request<'v, 't: 'v>(
),
};

stopwatch.start_next("verification");
stopwatch.start_next("backend verification");
let mut result = backend.verify(&request.program);

// Don't cache Java exceptions, which might be due to misconfigured paths.
Expand Down

0 comments on commit bb4a541

Please sign in to comment.