Skip to content

Commit b1497a4

Browse files
committed
Enhance Logging
1 parent 52953a9 commit b1497a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ArtNetSharp/Communication/AbstractInstance.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ protected void processArtTodData(ArtTodData artTodData, IPv4Address source)
10051005

10061006
if (ports.Count == 0)
10071007
{
1008-
Logger?.LogWarning($"No Port found for Port: {port}, BindIndex: {bindIndex}");
1008+
Logger?.LogWarning($"No Port found for Port: {port}, BindIndex: {bindIndex}, SourceIp: {source}");
10091009
ports = RemoteClientsPorts
10101010
.Where(p => IPv4Address.Equals(p.IpAddress, source) && p.BindIndex == port)
10111011
.ToList();

0 commit comments

Comments
 (0)