Bug fix
This commit is contained in:
parent
64e00e174d
commit
4973247b9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue