This commit is contained in:
Ziver Koc 2010-10-30 13:04:27 +00:00
parent 64e00e174d
commit 4973247b9b

View file

@ -30,7 +30,7 @@ public class SSDPClient extends ThreadedUDPNetwork implements ThreadedUDPNetwork
public static void main(String[] args) throws IOException{ public static void main(String[] args) throws IOException{
System.out.println(LogUtil.getCalingClass()); System.out.println(LogUtil.getCalingClass());
LogUtil.setGlobalLogLevel(Level.FINEST); LogUtil.setGlobalLevel(Level.FINEST);
SSDPClient ssdp = new SSDPClient(); SSDPClient ssdp = new SSDPClient();
ssdp.requestService("upnp:rootdevice"); ssdp.requestService("upnp:rootdevice");
ssdp.start(); ssdp.start();