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

Update docstring of SendLowSpaceMail to reflect current behavior

parent f8627ebf
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,9 @@ namespace ATxService
}
/// <summary>
/// Send a notification about low drive space to the admin.
/// Send a notification about low drive space to the admin if the time since the last
/// notification has elapsed the configured delta. In that case also a summary of the
/// grace location status is added to the report.
/// </summary>
/// <param name="spaceDetails">String describing the drives being low on space.</param>
private void SendLowSpaceMail(string spaceDetails) {
......
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