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

Show human readable period for grace location on startup.

Refers to #25
parent ecbcd5de
No related branches found
No related tags found
No related merge requests found
......@@ -296,7 +296,8 @@ namespace AutoTx
}
msg += "\n------ Grace location status (threshold: " + _config.GracePeriod + ") ------\n";
msg += "\n------ Grace location status, threshold: " + _config.GracePeriod + " days " +
"(" + TimeUtils.DaysToHuman(_config.GracePeriod) + ") ------\n";
try {
var tmp = SendGraceLocationSummary(_config.GracePeriod);
if (string.IsNullOrEmpty(tmp)) {
......
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