Skip to content

Commit 3d1335a

Browse files
Update src/ServiceControl.Audit.Persistence.RavenDB/CustomChecks/CheckFreeDiskSpace.cs
Co-authored-by: Phil Bastian <[email protected]>
1 parent 9012ce7 commit 3d1335a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.Audit.Persistence.RavenDB/CustomChecks/CheckFreeDiskSpace.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static int Parse(IDictionary<string, string> settings)
5454

5555
if (!int.TryParse(thresholdValue, out var threshold))
5656
{
57-
Logger.LogCritical("{RavenPersistenceConfigurationDataSpaceRemainingThresholdKey} must be an integer.", RavenPersistenceConfiguration.DataSpaceRemainingThresholdKey);
57+
Logger.LogCritical("{DataSpaceRemainingThresholdKey} must be an integer.", RavenPersistenceConfiguration.DataSpaceRemainingThresholdKey);
5858
throw new Exception($"{RavenPersistenceConfiguration.DataSpaceRemainingThresholdKey} must be an integer.");
5959
}
6060

0 commit comments

Comments
 (0)