diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-12-28 01:41:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-28 01:41:46 -0500 |
| commit | 2192fce50e668768ed48c3882ccdb10fab9d6def (patch) | |
| tree | 21ea84bbfd86a86323cb5d022a6e79e1a359c09e /RSSDP | |
| parent | 422b80678dfa291795458a121eb9ec83e42e0d0b (diff) | |
| parent | 0fd7e89039265ffa6dccaa2a029377e74d0c6057 (diff) | |
Merge pull request #2368 from MediaBrowser/dev
Dev
Diffstat (limited to 'RSSDP')
| -rw-r--r-- | RSSDP/SsdpDevicePublisherBase.cs | 4 |
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 |
