diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-28 01:40:03 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-28 01:40:03 -0500 |
| commit | 0fd7e89039265ffa6dccaa2a029377e74d0c6057 (patch) | |
| tree | 29d5f89ad8b90d9e1fc08780de695c1280f17232 /RSSDP | |
| parent | 5372c0bf23367a82592ab9eb75c2bc9282f1f2f4 (diff) | |
reduce dlna logging
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 |
