Skip to content

Commit

Permalink
Debug logging consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
RugbugRedfern committed Apr 8, 2024
1 parent 32d9862 commit c062122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyceliumNetworkingForCW/MyceliumNetwork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ static void SendBytes(byte[] data, CSteamID target, ReliableType reliable)
{
if(data.Length > Message.MaxSize)
{
RugLogger.LogError($"<b>MyceliumNetwork</b> Size of message ({data.Length} bytes) is greater than the max allowed size ({Message.MaxSize}).");
RugLogger.LogError($"Size of message ({data.Length} bytes) is greater than the max allowed size ({Message.MaxSize}).");
return;
}

Expand Down

0 comments on commit c062122

Please sign in to comment.