This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 401b14ff9a6 Fixing the log when loading macros plugins (#50640)
401b14ff9a6 is described below
commit 401b14ff9a6b9f1f7fcf45749348dae341dd7ef7
Author: Amogh Desai <[email protected]>
AuthorDate: Thu May 15 16:54:58 2025 +0530
Fixing the log when loading macros plugins (#50640)
---
airflow-core/src/airflow/plugins_manager.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/plugins_manager.py
b/airflow-core/src/airflow/plugins_manager.py
index 34d8f100d75..8c37f629cf1 100644
--- a/airflow-core/src/airflow/plugins_manager.py
+++ b/airflow-core/src/airflow/plugins_manager.py
@@ -517,7 +517,7 @@ def integrate_macros_plugins() -> None:
if plugins is None:
raise AirflowPluginException("Can't load plugins.")
- log.debug("Integrate DAG plugins")
+ log.debug("Integrate Macros plugins")
macros_modules = []