diff options
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) { |
