From ca615f9192350dadd7be4ab0e096e380816ca2a6 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 30 Apr 2019 10:08:36 +0300 Subject: Added keep alive to External Bridge Service => Client. --- .../Tango.MachineStudio.Common/EventLogging/DefaultEventLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging') 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; -- cgit v1.3.1