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

Add threshold to GraceLocationSummary message.

Refers to #1
parent 48ebfaa1
No related branches found
No related tags found
No related merge requests found
......@@ -943,8 +943,8 @@ namespace AutoTx
}
}
if (string.IsNullOrEmpty(report))
return "No expired folders in grace location.\n";
return "Expired folders in grace location:\n" + report;
report = " -- NONE --\n";
return "Folders older than " + threshold + " days in grace location:\n" + report;
}
/// <summary>
......
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