Skip to content

Commit 4a88215

Browse files
committed
DEBUG
1 parent 6e7d5fc commit 4a88215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/sat/external_sat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ external_satt::resultt external_satt::parse_result(std::string solver_output)
159159
return resultt::P_SATISFIABLE;
160160
}
161161

162-
log.error() << "external SAT solver has provided an unexpected response"
162+
log.error() << "external SAT solver has provided an unexpected response: " << solver_output
163163
<< messaget::eom;
164164
return resultt::P_ERROR;
165165
}

0 commit comments

Comments
 (0)