From 2d6c47884cb7e9a77cf9cd1c950898fd321bb5f5 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Thu, 11 Sep 2025 15:16:06 +0300 Subject: Alerts & n8n Teams Integration. --- Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio') diff --git a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs index 123f72e67..4dffefea2 100644 --- a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs +++ b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs @@ -811,7 +811,7 @@ namespace Tango.Emulations.Emulators res.LineNumber = 100; res.Filter = 1; res.Message = "This is a false message " + counter; - res.Category = DebugLogCategory.Info; + res.Category = DebugLogCategory.Error; if (!EmulateCorruption) { -- cgit v1.3.1