aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-04-30 17:55:32 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-04-30 17:55:32 +0300
commit1c5958f18ac2ee6122baa849b60f4e9ee6b27828 (patch)
tree4ca050498d68f24f598cac4a51a59ce4a5f0f60a /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging
parent08316b86da18cce886b9269daec1f04cbe377fc3 (diff)
parentf7a90a31ca1536b2ff798f2a182194ffd221d6db (diff)
downloadTango-1c5958f18ac2ee6122baa849b60f4e9ee6b27828.tar.gz
Tango-1c5958f18ac2ee6122baa849b60f4e9ee6b27828.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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;