Skip to content

Commit 5326fe7

Browse files
committed
Change output
1 parent 697a210 commit 5326fe7

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)