mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +00:00
resolve_bailout etc.
This commit is contained in:
parent
ed200f4214
commit
56b33b1b3e
5 changed files with 49 additions and 82 deletions
|
@ -39,7 +39,7 @@ static LogLevel get_max_log_level(std::string const& fn, std::string const& pret
|
|||
if (fn.find("set_mark") != std::string::npos)
|
||||
return LogLevel::Default;
|
||||
|
||||
return LogLevel::Verbose;
|
||||
// return LogLevel::Verbose;
|
||||
return LogLevel::Default;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue