diff --git a/TimberWinR/Configuration.cs b/TimberWinR/Configuration.cs index 4ceafd5..8ff2b09 100644 --- a/TimberWinR/Configuration.cs +++ b/TimberWinR/Configuration.cs @@ -693,7 +693,7 @@ namespace TimberWinR // WINDOWS EVENTS IEnumerable xml_events = - from el in inputs.Descendants("WindowsEvents").Descendants("Events") + from el in inputs.Descendants("WindowsEvents").Descendants("Event") select el; foreach (XElement e in xml_events) diff --git a/TimberWinR/testconf.xml b/TimberWinR/testconf.xml index 48e4fc0..ca809e7 100644 --- a/TimberWinR/testconf.xml +++ b/TimberWinR/testconf.xml @@ -3,14 +3,14 @@ - + - - - + + +