Skip to content

Commit 5d65748

Browse files
committed
Merge branch 'main' of github.com:toolCHAINZ/crackers into ablation_a
2 parents 697c2c1 + 5326fe7 commit 5d65748

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
@@ -129,7 +129,7 @@ fn synthesize(config: PathBuf) -> anyhow::Result<()> {
129129
Ok(res) => match res {
130130
DecisionResult::AssignmentFound(a) => {
131131
event!(Level::INFO, "Synthesis successful :)");
132-
println!("{}", a)
132+
event!(Level::INFO, "{}", a)
133133
}
134134
DecisionResult::Unsat(a) => {
135135
event!(Level::ERROR, "Synthesis unsuccessful: {:?}", a);

0 commit comments

Comments
 (0)