Skip to content

Commit

Permalink
Better warn msg
Browse files Browse the repository at this point in the history
  • Loading branch information
hernan-poncedeleon committed Aug 23, 2024
1 parent aa7bef4 commit 6fc36b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public BooleanFormula encodeProperties(EnumSet<Property> properties) {
"The set of properties %s are of mixed type (safety and reachability properties). " +
"Cannot encode mixed properties into a single SMT-query. " +
"You can select a different set of properties with option --property. " +
"Defaulting to reachability.",
"Defaulting to " + Property.PROGRAM_SPEC.asStringOption() + ".",
properties);
logger.warn(warn);
properties = EnumSet.of(Property.PROGRAM_SPEC);
Expand Down

0 comments on commit 6fc36b2

Please sign in to comment.