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