diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-05-07 12:22:00 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-05-07 12:22:00 +0300 |
| commit | 76ef6d6073bf0396e7a1f4c075bae0e5f3d32f5f (patch) | |
| tree | 6d325d0f342f416d67a16980f4fa7db24bf4331a /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Parsing/EmbeddedLogFileParser.cs | |
| parent | fc9cc2e7b2bc3b6cc5f9c94f911e9c661a99f01a (diff) | |
| parent | 9e934f90fb35690c6eec473569b9a8310ca6f334 (diff) | |
| download | Tango-76ef6d6073bf0396e7a1f4c075bae0e5f3d32f5f.tar.gz Tango-76ef6d6073bf0396e7a1f4c075bae0e5f3d32f5f.zip | |
MessageType
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Parsing/EmbeddedLogFileParser.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Parsing/EmbeddedLogFileParser.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Parsing/EmbeddedLogFileParser.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Parsing/EmbeddedLogFileParser.cs index 1a6fcc051..e97ffb249 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Parsing/EmbeddedLogFileParser.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Parsing/EmbeddedLogFileParser.cs @@ -48,7 +48,7 @@ namespace Tango.MachineStudio.Logging.Parsing var entries = Regex.Split(rest, @"\[(.*?)\]"); - EmbeddedLogItem item = new EmbeddedLogItem(new PMR.Debugging.DebugLogResponse() + EmbeddedLogItem item = new EmbeddedLogItem(new PMR.Debugging.StartDebugLogResponse() { Category = (PMR.Debugging.DebugLogCategory)Enum.Parse(typeof(PMR.Debugging.DebugLogCategory), entries[1]), FileName = entries[3], |
