We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779606e commit 32f11d9Copy full SHA for 32f11d9
1 file changed
astrbot/core/star/star_manager.py
@@ -1179,7 +1179,7 @@ async def _terminate_plugin(star_metadata: StarMetadata) -> None:
1179
for handler in handlers:
1180
try:
1181
logger.info(
1182
- f"hook(on_plugin_loaded) -> {star_map[handler.handler_module_path].name} - {handler.handler_name}",
+ f"hook(on_plugin_unloaded) -> {star_map[handler.handler_module_path].name} - {handler.handler_name}",
1183
)
1184
await handler.handler(star_metadata)
1185
except Exception:
0 commit comments