Move upnp logging from wrapper log to router log

This commit is contained in:
zzz
2009-05-23 14:09:37 +00:00
parent c3c20ceca4
commit 695752629d
7 changed files with 36 additions and 22 deletions
@@ -506,6 +506,6 @@ public class HTTPRequest extends HTTPPacket
public void print()
{
System.out.println(toString());
Debug.message(toString());
}
}