We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 697c2c1 + 5326fe7 commit 5d65748Copy full SHA for 5d65748
src/bin/crackers/main.rs
@@ -129,7 +129,7 @@ fn synthesize(config: PathBuf) -> anyhow::Result<()> {
129
Ok(res) => match res {
130
DecisionResult::AssignmentFound(a) => {
131
event!(Level::INFO, "Synthesis successful :)");
132
- println!("{}", a)
+ event!(Level::INFO, "{}", a)
133
}
134
DecisionResult::Unsat(a) => {
135
event!(Level::ERROR, "Synthesis unsuccessful: {:?}", a);
0 commit comments