diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs index 609ab7bdde77478dbd29dea6a110f3e71ced0326..ee781ddb0c7d9e56c8df44892dd53d0dec3c0824 100644 --- a/AutoTx/AutoTx.cs +++ b/AutoTx/AutoTx.cs @@ -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)) {