aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/SsdpDevicePublisherBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'RSSDP/SsdpDevicePublisherBase.cs')
-rw-r--r--RSSDP/SsdpDevicePublisherBase.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/RSSDP/SsdpDevicePublisherBase.cs b/RSSDP/SsdpDevicePublisherBase.cs
index 8ab35d661..2543632b6 100644
--- a/RSSDP/SsdpDevicePublisherBase.cs
+++ b/RSSDP/SsdpDevicePublisherBase.cs
@@ -359,7 +359,7 @@ namespace Rssdp.Infrastructure
}
- WriteTrace(String.Format("Sent search response to " + endPoint.ToString()), device);
+ //WriteTrace(String.Format("Sent search response to " + endPoint.ToString()), device);
}
private bool IsDuplicateSearchRequest(string searchTarget, IpEndPointInfo endPoint)
@@ -485,7 +485,7 @@ namespace Rssdp.Infrastructure
_CommsServer.SendMulticastMessage(message);
- WriteTrace(String.Format("Sent alive notification"), device);
+ //WriteTrace(String.Format("Sent alive notification"), device);
}
#endregion