mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Update logging interface
This commit is contained in:
@@ -72,7 +72,7 @@ void create<Parser>(nb::module_& m) {
|
||||
return MachO::Parser::parse(std::move(ptr), config);
|
||||
}
|
||||
|
||||
logging::log(logging::LOG_ERR,
|
||||
logging::log(logging::LEVEL::ERR,
|
||||
"LIEF parser interface does not support Python object: " +
|
||||
type2str(obj));
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user