Skip to content

Commit 1a4db66

Browse files
style
Fixing the wording on the USE_CMB_SERVICE warning log if it is an invalid bool string.
1 parent f2aeef9 commit 1a4db66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/TestHelpers/Runtime/NetcodeIntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ private bool UseCMBServiceEnviromentVariableSet()
244244
}
245245
else
246246
{
247-
Debug.LogWarning($"USE_CMB_SERVICE value ({useCmbService}) is not a valid bool value. {m_UseCmbService} is being set to false.");
247+
Debug.LogWarning($"The USE_CMB_SERVICE ({useCmbService}) value is an invalid bool string. {m_UseCmbService} is being set to false.");
248248
m_UseCmbServiceEnv = false;
249249
}
250250
}

0 commit comments

Comments
 (0)