Author: ssmiweve
Date: 2008-06-20 19:52:59 +0200 (Fri, 20 Jun 2008)
New Revision: 6707
Modified:
branches/2.17/httpclient-api/src/main/java/no/sesat/search/http/HTTPClient.java
Log:
(OPS-204) little extra info, the url, in interceptIOException
Modified:
branches/2.17/httpclient-api/src/main/java/no/sesat/search/http/HTTPClient.java
===================================================================
---
branches/2.17/httpclient-api/src/main/java/no/sesat/search/http/HTTPClient.java
2008-06-19 13:46:35 UTC (rev 6706)
+++
branches/2.17/httpclient-api/src/main/java/no/sesat/search/http/HTTPClient.java
2008-06-20 17:52:59 UTC (rev 6707)
@@ -1,4 +1,4 @@
-/* Copyright (2006-2007) Schibsted Søk AS
+/* Copyright (2006-2008) Schibsted Søk AS
* This file is part of SESAT.
*
* SESAT is free software: you can redistribute it and/or modify
@@ -401,7 +401,7 @@
cleanErrorStream((HttpURLConnection) urlConn);
}
- LOG.error("IOException occured for server at: " + id);
+ LOG.error("IOException occured for server at: " + id + " (" +
urlConn.getURL() + ')');
return ioe;
}
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits