소스 검색

upnp discovery: add debug message so we can check for other devices on the LAN

Felix Paul Kühne 11 년 전
부모
커밋
7d69714761
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      AspenProject/VLCLocalServerListViewController.m

+ 2 - 0
AspenProject/VLCLocalServerListViewController.m

@@ -377,6 +377,8 @@
         device = _UPNPdevices[x];
         if ([[device urn] isEqualToString:@"urn:schemas-upnp-org:device:MediaServer:1"])
             [mutArray addObject:device];
+        else
+            APLog(@"found device '%@' with unsupported urn '%@'", [device friendlyName], [device urn]);
     }
     _filteredUPNPDevices = nil;
     _filteredUPNPDevices = [NSArray arrayWithArray:mutArray];