diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-04-30 10:08:36 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-04-30 10:08:36 +0300 |
| commit | ca615f9192350dadd7be4ab0e096e380816ca2a6 (patch) | |
| tree | 152a5ce95cccf206ebb05f33de2a279668cf2647 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common | |
| parent | b3251faca81119a951c176291cec428646500b17 (diff) | |
| download | Tango-ca615f9192350dadd7be4ab0e096e380816ca2a6.tar.gz Tango-ca615f9192350dadd7be4ab0e096e380816ca2a6.zip | |
Added keep alive to External Bridge Service => Client.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging/DefaultEventLogger.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging/DefaultEventLogger.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging/DefaultEventLogger.cs index 8347c3144..79c032967 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging/DefaultEventLogger.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging/DefaultEventLogger.cs @@ -218,7 +218,7 @@ namespace Tango.MachineStudio.Common.EventLogging } } - LogManager.Log("Logging event " + machineEvent.EventType.Name + " - " + machineEvent.Description); + LogManager.Log("Logging event " + machineEvent.EventType.Name); machineEvent.MachineGuid = _application.Machine.Guid; machineEvent.UserGuid = _authentication.CurrentUser.Guid; machineEvent.User = _authentication.CurrentUser; |
