From 85869b42dd279054a2ed22c1fb41ab6819e3697d Mon Sep 17 00:00:00 2001 From: Mike Karlesky Date: Tue, 14 May 2024 10:56:47 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Removed=20oopsie=20default=20log?= =?UTF-8?q?ging=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ceedling/plugin_manager.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ceedling/plugin_manager.rb b/lib/ceedling/plugin_manager.rb index 346882b4..2bab9229 100644 --- a/lib/ceedling/plugin_manager.rb +++ b/lib/ceedling/plugin_manager.rb @@ -58,7 +58,7 @@ def print_plugin_failures report += "\n" - @loginator.log( report, Verbosity::ERRORS ) + @loginator.log( report, Verbosity::ERRORS, LogLabels::NONE ) end end