Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auto-tx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vamp
auto-tx
Commits
469bbc80
Commit
469bbc80
authored
5 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Update docstring of SendLowSpaceMail to reflect current behavior
parent
f8627ebf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ATxService/Email.cs
+3
-1
3 additions, 1 deletion
ATxService/Email.cs
with
3 additions
and
1 deletion
ATxService/Email.cs
+
3
−
1
View file @
469bbc80
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment