lower some log levels added in last release

This commit is contained in:
zzz
2011-08-26 13:45:46 +00:00
parent f674b78edb
commit 5f6efbf6d0
5 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ public class SSDPSearchSocket extends HTTPMUSocket implements Runnable
public SSDPSearchSocket(String bindAddr)
{
open(bindAddr);
Debug.warning("Opened SSDP search socket at " + bindAddr + ':' + SSDP.PORT);
Debug.message("Opened SSDP search socket at " + bindAddr + ':' + SSDP.PORT);
}
////////////////////////////////////////////////