aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-30 14:30:37 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-30 14:30:37 +0300
commit3d9beda13daccac78fb05dc94d1430a0a47e9db6 (patch)
tree46bacc886e0c04cb944fb494d9ec5b49d8ccd207 /Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging
parent7171e1a3b7579420f2060798c649088d70565401 (diff)
downloadTango-3d9beda13daccac78fb05dc94d1430a0a47e9db6.tar.gz
Tango-3d9beda13daccac78fb05dc94d1430a0a47e9db6.zip
Some work..
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging/DefaultEventLogger.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging/DefaultEventLogger.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging/DefaultEventLogger.cs
index adf99e3a3..0ebcdeb22 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging/DefaultEventLogger.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/EventLogging/DefaultEventLogger.cs
@@ -216,7 +216,7 @@ namespace Tango.PPC.Common.EventLogging
}
LogManager.Log("Logging event " + machineEvent.EventType.Name + " - " + machineEvent.Description);
- machineEvent.MachineGuid = _machineProvider.MachineOperator.Machine.Guid;
+ machineEvent.MachineGuid = _machineProvider.Machine.Guid;
machineEvent.UserGuid = _authentication.CurrentUser.Guid;
machineEvent.User = _authentication.CurrentUser;
_events.Enqueue(machineEvent);