don't print out every failure to connect while waiting for jetty to come up

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@820068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-09-29 19:04:19 +00:00
parent 9e6eb8ea31
commit 5b6bc6c784
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public class JettySolrRunner
InputStream stream = url.openStream();
stream.close();
} catch (IOException e) {
e.printStackTrace();
// e.printStackTrace();
ex = e;
Thread.sleep(200);
continue;