diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-11 15:16:06 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-11 15:16:06 +0300 |
| commit | 2d6c47884cb7e9a77cf9cd1c950898fd321bb5f5 (patch) | |
| tree | 35f5ae30b536b6f04e434b847e5c9e5fc000b795 /Software/Visual_Studio | |
| parent | b3f8ff791b0da2b600b719b745b99029b2df1c32 (diff) | |
| download | Tango-2d6c47884cb7e9a77cf9cd1c950898fd321bb5f5.tar.gz Tango-2d6c47884cb7e9a77cf9cd1c950898fd321bb5f5.zip | |
Alerts & n8n Teams Integration.
Diffstat (limited to 'Software/Visual_Studio')
| -rw-r--r-- | Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
