Skip to content

Commit

Permalink
Minor change in log output
Browse files Browse the repository at this point in the history
  • Loading branch information
zafer-esen committed Aug 8, 2024
1 parent 84e98b0 commit 0d545d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SymDiff/source/BoogieUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ public static bool InjectUninterpreted(Procedure left,
if (!hasImplementation && left.Modifies.Count == 0)
{
Log.Out(Log.Urgent,
$"Compared procs {left}, {right} do not have bodies and any modifies clauses.");
$"Compared procedures {left}, {right} do not have bodies and do not have any modifies clauses.");
}

int i, j;
Expand Down

0 comments on commit 0d545d7

Please sign in to comment.