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

Add some missing units to config summary.

parent b77218b3
No related branches found
No related tags found
No related merge requests found
......@@ -435,7 +435,7 @@ namespace ATxCommon.Serializables
$"Debug: {Debug}\n" +
$"ServiceTimer: {ServiceTimer} ms\n" +
$"MarkerFile: {MarkerFile}\n" +
$"GracePeriod: {GracePeriod} (" +
$"GracePeriod: {GracePeriod} days (" +
TimeUtils.DaysToHuman(GracePeriod, false) + ")\n" +
$"EnforceInheritedACLs: {EnforceInheritedACLs}\n" +
$"InterPacketGap: {InterPacketGap}\n" +
......@@ -471,11 +471,11 @@ namespace ATxCommon.Serializables
$"AdminDebugEmailAdress: {AdminDebugEmailAdress}\n" +
$"SendTransferNotification: {SendTransferNotification}\n" +
$"SendAdminNotification: {SendAdminNotification}\n" +
$"AdminNotificationDelta: {AdminNotificationDelta} (" +
$"AdminNotificationDelta: {AdminNotificationDelta} min (" +
TimeUtils.MinutesToHuman(AdminNotificationDelta, false) + ")\n" +
$"GraceNotificationDelta: {GraceNotificationDelta} (" +
$"GraceNotificationDelta: {GraceNotificationDelta} min (" +
TimeUtils.MinutesToHuman(GraceNotificationDelta, false) + ")\n" +
$"StorageNotificationDelta: {StorageNotificationDelta} (" +
$"StorageNotificationDelta: {StorageNotificationDelta} min (" +
TimeUtils.MinutesToHuman(StorageNotificationDelta, false) + ")\n" +
"";
}
......
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