Setting back to debug level

This commit is contained in:
Joakim Erdfelt 2011-09-15 11:28:56 -07:00
parent 570134d78d
commit a3b2a71aea
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ public class HttpExchange
if (uri.isOpaque())
throw new IllegalArgumentException("Opaque URI: "+uri);
LOG.info("URI = {}", uri.toASCIIString());
LOG.debug("URI = {}", uri.toASCIIString());
String scheme = uri.getScheme();
int port = uri.getPort();