/[schmitzm]/trunk/src/skrueger/Sitemap.java
ViewVC logotype

Diff of /trunk/src/skrueger/Sitemap.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1325 by alfonx, Wed Dec 1 14:05:08 2010 UTC revision 1326 by alfonx, Wed Dec 1 14:35:53 2010 UTC
# Line 201  public class Sitemap { Line 201  public class Sitemap {
201                                          if (openConnection instanceof HttpURLConnection) {                                          if (openConnection instanceof HttpURLConnection) {
202                                                  HttpURLConnection httpconnection = ((HttpURLConnection) openConnection);                                                  HttpURLConnection httpconnection = ((HttpURLConnection) openConnection);
203                                                  if (httpconnection.getResponseCode() != 200) {                                                  if (httpconnection.getResponseCode() != 200) {
204                                                          log.error("se returned ResponseCode "                                                          log.error(se + " returned ResponseCode "
205                                                                          + httpconnection.getResponseCode()                                                                          + httpconnection.getResponseCode()
206                                                                          + " for " + urlToSitemap);                                                                          + " for " + urlToSitemap);
207                                                  }                                                  }

Legend:
Removed from v.1325  
changed lines
  Added in v.1326

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26