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

Fix summary of CheckFreeDiskSpace

parent 0bfa08a7
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,8 @@ namespace ATxCommon
}
/// <summary>
/// Check all configured disks for their free space and send a notification
/// if necessary (depending on the configured delta time).
/// Check all configured disks for their free space and generate a
/// summary with details to be used in a notification message.
/// </summary>
public static string CheckFreeDiskSpace(List<Serializables.DriveToCheck> drives) {
var msg = "";
......
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