Skip to content

Commit d030d9d

Browse files
committed
Log level update
1 parent 307643c commit d030d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Runtime/Connection/NetworkConnectionManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ internal void CreateAndSpawnPlayer(ulong ownerId)
11181118
{
11191119
if (NetworkManager.LogLevel == LogLevel.Developer)
11201120
{
1121-
NetworkLog.LogError("Could not fetch a local player to spawn. Ensure PlayerPrefab is set in NetcodeConfig.");
1121+
NetworkLog.LogWarning("Could not fetch a local player to spawn. Ensure PlayerPrefab is set in NetcodeConfig.");
11221122
}
11231123
return;
11241124
}

0 commit comments

Comments
 (0)