fixed merge

This commit is contained in:
Greg Wilkins 2014-08-20 12:22:16 +10:00
parent ae8e7f0067
commit 9b36f999d1
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ public class HttpChannel implements Runnable
else
{
error=true;
LOG.warn(String.valueOf(_uri), e);
LOG.warn(String.valueOf(_request.getHttpURI()), e);
_state.error(e);
_request.setHandled(true);
handleException(e);