Skip to content

Commit 92514e2

Browse files
committed
Fix compilation
1 parent c64462c commit 92514e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/src/Datadog.Trace/Configuration/DynamicConfigurationManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private static void OnConfigurationChanged(ConfigurationBuilder settings)
114114
/*
115115
if (debugLogsEnabled != null && debugLogsEnabled.Value != GlobalSettings.Instance.DebugEnabled)
116116
{
117-
GlobalSettings.SetDebugEnabled(debugLogsEnabled.Value);
117+
GlobalSettings.SetDebugEnabled(debugLogsEnabled.Value);
118118
Security.Instance.SetDebugEnabled(debugLogsEnabled.Value);
119119
120120
NativeMethods.UpdateSettings(new[] { ConfigurationKeys.DebugEnabled }, new[] { debugLogsEnabled.Value ? "1" : "0" });

0 commit comments

Comments
 (0)