diff --git a/ATxDiagnostics/ATxDiagnostics.cs b/ATxDiagnostics/ATxDiagnostics.cs
index a0056a3316221491583b5f3ccfdda884223f5273..68219eda4457f52053c4e1cf4a3705e386bdbbf1 100644
--- a/ATxDiagnostics/ATxDiagnostics.cs
+++ b/ATxDiagnostics/ATxDiagnostics.cs
@@ -46,7 +46,7 @@ namespace ATxDiagnostics
             }
         }
 
-        private static int QueryCpuLoad() {
+        private static int WmiQueryCpuLoad() {
             Log.Trace("Querying WMI for CPU load...");
             var watch = Stopwatch.StartNew();
             var queryString = "SELECT Name, PercentProcessorTime " +