Skip to content

Commit

Permalink
Update addonloader.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt authored Jul 12, 2024
1 parent cddc923 commit e359d58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/fcitx/addonloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ AddonInstance *SharedLibraryLoader::load(const AddonInfo &info,
info.uniqueName(),
std::make_unique<SharedLibraryFactory>(std::move(lib)));
} catch (const std::exception &e) {
FCITX_ERROR() << e.what();
FCITX_ERROR() << "Failed to initialize addon factory for addon "
<< info.uniqueName() << ". Error: " << e.what();
}
break;
}
Expand Down

0 comments on commit e359d58

Please sign in to comment.