Proxy logging error (first step to resolution!?)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4673 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
danielr 17 years ago
parent c3342e1178
commit f01c50cf8d

@ -1468,12 +1468,12 @@ public final class httpdProxyHandler {
}
} else {
if (unknownError) {
theLogger.logFine("Error while processing request '" +
theLogger.logWarning("Error while processing request '" +
conProp.getProperty(httpHeader.CONNECTION_PROP_REQUESTLINE,"unknown") + "':" +
"\n" + Thread.currentThread().getName() +
"\n" + errorMessage,e);
} else {
theLogger.logFine("Error while processing request '" +
theLogger.logWarning("Error while processing request '" +
conProp.getProperty(httpHeader.CONNECTION_PROP_REQUESTLINE,"unknown") + "':" +
"\n" + Thread.currentThread().getName() +
"\n" + errorMessage);

Loading…
Cancel
Save