From fbe299f9b55539d6a889776b1a0f1fe26b7e7ce1 Mon Sep 17 00:00:00 2001 From: "yunlu.wen" Date: Mon, 9 Mar 2026 15:53:54 +0800 Subject: [PATCH] fix placeholder --- api/services/enterprise/plugin_manager_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/services/enterprise/plugin_manager_service.py b/api/services/enterprise/plugin_manager_service.py index 77013b097f..c8e2870663 100644 --- a/api/services/enterprise/plugin_manager_service.py +++ b/api/services/enterprise/plugin_manager_service.py @@ -77,7 +77,7 @@ class PluginManagerService: logger.exception( """ failed to perform pre uninstall plugin hook. tenant_id: %s, plugin_unique_identifier: %s, - this may cause plugin %s to be automatically garbage collected + this may cause plugin to be automatically garbage collected """, body.tenant_id, body.plugin_unique_identifier,