Skip to content
Snippets Groups Projects
Commit 21e0aeea authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Adjust free space message.

parent 98ac5b24
No related branches found
No related tags found
No related merge requests found
......@@ -28,10 +28,10 @@ namespace ATxDiagnostics
logConfig.LoggingRules.Add(logRuleConsole);
LogManager.Configuration = logConfig;
Log.Debug(Conv.BytesToString(SystemChecks.GetFreeDriveSpace("C:")));
GetCpuCounter();
Log.Debug(SystemChecks.GetCpuUsage());
Log.Debug(QueryCpuLoad());
Log.Debug("Free space on drive [C:]: " + Conv.BytesToString(SystemChecks.GetFreeDriveSpace("C:")));
}
private static int QueryCpuLoad() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment