Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed Apr 11, 2024
1 parent 3c71bda commit 9ae6fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArtNetSharp/ArtNet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ private void updateNetworkClients()

var ncb = new NetworkClientBag(new IPAddress(bytes), ipInfo);
networkClients.Add(ncb);
Logger.LogDebug($"Added NetworkClient {ncb.BroadcastIpAddress}");
Logger.LogDebug($"Added NetworkClient {ncb.LocalIpAddress}");
ncb.ReceivedData += ReceivedData;
}
}
Expand Down

0 comments on commit 9ae6fc8

Please sign in to comment.