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 ...@@ -52,8 +52,8 @@ namespace ATxCommon
} }
/// <summary> /// <summary>
/// Check all configured disks for their free space and send a notification /// Check all configured disks for their free space and generate a
/// if necessary (depending on the configured delta time). /// summary with details to be used in a notification message.
/// </summary> /// </summary>
public static string CheckFreeDiskSpace(List<Serializables.DriveToCheck> drives) { public static string CheckFreeDiskSpace(List<Serializables.DriveToCheck> drives) {
var msg = ""; var msg = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment