From f01c50cf8dbfd66c0a58dea113ac2072b56b1602 Mon Sep 17 00:00:00 2001 From: danielr Date: Thu, 10 Apr 2008 06:56:06 +0000 Subject: [PATCH] Proxy logging error (first step to resolution!?) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4673 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/http/httpdProxyHandler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/de/anomic/http/httpdProxyHandler.java b/source/de/anomic/http/httpdProxyHandler.java index bab659938..e0f4d39f1 100644 --- a/source/de/anomic/http/httpdProxyHandler.java +++ b/source/de/anomic/http/httpdProxyHandler.java @@ -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);