Skip to content

Commit a2cc2ba

Browse files
committed
Merge branch 'main' of github.com:toolCHAINZ/crackers into ablation_b
2 parents fea1e2d + 5326fe7 commit a2cc2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/crackers/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fn synthesize(config: PathBuf) -> anyhow::Result<()> {
128128
Ok(res) => match res {
129129
DecisionResult::AssignmentFound(a) => {
130130
event!(Level::INFO, "Synthesis successful :)");
131-
println!("{}", a)
131+
event!(Level::INFO, "{}", a)
132132
}
133133
DecisionResult::Unsat(a) => {
134134
event!(Level::ERROR, "Synthesis unsuccessful: {:?}", a);

0 commit comments

Comments
 (0)