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{
|
||||
System.out.println(LogUtil.getCalingClass());
|
||||
LogUtil.setGlobalLogLevel(Level.FINEST);
|
||||
LogUtil.setGlobalLevel(Level.FINEST);
|
||||
SSDPClient ssdp = new SSDPClient();
|
||||
ssdp.requestService("upnp:rootdevice");
|
||||
ssdp.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue