Skip to content

fwk: improve logs on Framework module management

Leandro Belli requested to merge lb/fix-fwk-module into main

The fwk_module_bind function is currently asserting before printing the error message. This patch corrects the order so that the error message is printed first.

Additionally, when errors are reported with a status code, this patch updates it to display the human-readable string representation of the error.

Merge request reports