Update logging interface

This commit is contained in:
Romain Thomas
2024-06-22 05:49:59 +02:00
parent 35b201bdf0
commit 2a31841aec
70 changed files with 216 additions and 179 deletions
+1 -1
View File
@@ -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;