From b9dae8410b4d0f3c7804715a644c9683664c2438 Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Thu, 1 Jul 2021 11:54:34 -0500 Subject: [PATCH] Path: Downgrade message priority --- src/Mod/Path/PathScripts/PathFeatureExtensionsGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathFeatureExtensionsGui.py b/src/Mod/Path/PathScripts/PathFeatureExtensionsGui.py index 4f7da3c630..7e0f83a622 100644 --- a/src/Mod/Path/PathScripts/PathFeatureExtensionsGui.py +++ b/src/Mod/Path/PathScripts/PathFeatureExtensionsGui.py @@ -755,7 +755,7 @@ class TaskPanelExtensionPage(PathOpGui.TaskPanelPage): return _ext def _resetCachedExtensions(self): - PathLog.error("_resetCachedExtensions()") + PathLog.debug("_resetCachedExtensions()") reset = dict() # Keep waterline extensions as they will not change for k in self.extensionsCache.keys():