aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-04-30 10:08:36 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-04-30 10:08:36 +0300
commitca615f9192350dadd7be4ab0e096e380816ca2a6 (patch)
tree152a5ce95cccf206ebb05f33de2a279668cf2647 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging
parentb3251faca81119a951c176291cec428646500b17 (diff)
downloadTango-ca615f9192350dadd7be4ab0e096e380816ca2a6.tar.gz
Tango-ca615f9192350dadd7be4ab0e096e380816ca2a6.zip
Added keep alive to External Bridge Service => Client.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging/DefaultEventLogger.cs2
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;