This commit is contained in:
Willy-JL
2023-11-12 02:20:45 +00:00
498 changed files with 4821 additions and 2206 deletions

View File

@@ -68,7 +68,8 @@ PluginManagerError plugin_manager_load_single(PluginManager* manager, const char
FlipperApplicationLoadStatus load_status = flipper_application_map_to_memory(lib);
if(load_status != FlipperApplicationLoadStatusSuccess) {
FURI_LOG_E(TAG, "Failed to load module_demo_plugin1.fal");
FURI_LOG_E(TAG, "Failed to load %s", path);
error = PluginManagerErrorLoaderError;
break;
}