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
Branches
Tags
No related merge requests found
...@@ -435,7 +435,7 @@ namespace ATxCommon.Serializables ...@@ -435,7 +435,7 @@ namespace ATxCommon.Serializables
$"Debug: {Debug}\n" + $"Debug: {Debug}\n" +
$"ServiceTimer: {ServiceTimer} ms\n" + $"ServiceTimer: {ServiceTimer} ms\n" +
$"MarkerFile: {MarkerFile}\n" + $"MarkerFile: {MarkerFile}\n" +
$"GracePeriod: {GracePeriod} (" + $"GracePeriod: {GracePeriod} days (" +
TimeUtils.DaysToHuman(GracePeriod, false) + ")\n" + TimeUtils.DaysToHuman(GracePeriod, false) + ")\n" +
$"EnforceInheritedACLs: {EnforceInheritedACLs}\n" + $"EnforceInheritedACLs: {EnforceInheritedACLs}\n" +
$"InterPacketGap: {InterPacketGap}\n" + $"InterPacketGap: {InterPacketGap}\n" +
...@@ -471,11 +471,11 @@ namespace ATxCommon.Serializables ...@@ -471,11 +471,11 @@ namespace ATxCommon.Serializables
$"AdminDebugEmailAdress: {AdminDebugEmailAdress}\n" + $"AdminDebugEmailAdress: {AdminDebugEmailAdress}\n" +
$"SendTransferNotification: {SendTransferNotification}\n" + $"SendTransferNotification: {SendTransferNotification}\n" +
$"SendAdminNotification: {SendAdminNotification}\n" + $"SendAdminNotification: {SendAdminNotification}\n" +
$"AdminNotificationDelta: {AdminNotificationDelta} (" + $"AdminNotificationDelta: {AdminNotificationDelta} min (" +
TimeUtils.MinutesToHuman(AdminNotificationDelta, false) + ")\n" + TimeUtils.MinutesToHuman(AdminNotificationDelta, false) + ")\n" +
$"GraceNotificationDelta: {GraceNotificationDelta} (" + $"GraceNotificationDelta: {GraceNotificationDelta} min (" +
TimeUtils.MinutesToHuman(GraceNotificationDelta, false) + ")\n" + TimeUtils.MinutesToHuman(GraceNotificationDelta, false) + ")\n" +
$"StorageNotificationDelta: {StorageNotificationDelta} (" + $"StorageNotificationDelta: {StorageNotificationDelta} min (" +
TimeUtils.MinutesToHuman(StorageNotificationDelta, false) + ")\n" + TimeUtils.MinutesToHuman(StorageNotificationDelta, false) + ")\n" +
""; "";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment