瀏覽代碼

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];