mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed CEF linker error.
The error manifested after upgrading to CEF 3.2171.1902.
This commit is contained in:
+1
-1
@@ -178,7 +178,7 @@ namespace loot {
|
||||
req = JSON::parse(request.ToString());
|
||||
}
|
||||
catch (exception &e) {
|
||||
BOOST_LOG_TRIVIAL(error) << "Failed to parse CEF query request \"" << request << "\": " << e.what();
|
||||
BOOST_LOG_TRIVIAL(error) << "Failed to parse CEF query request \"" << request.ToString() << "\": " << e.what();
|
||||
callback->Failure(-1, e.what());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user