fix mailbox msg remove bug, add setup for release version

This commit is contained in:
Manfred Karrer 2015-11-18 13:46:47 +01:00
parent 9b1108aa0a
commit 82e766e6b1
38 changed files with 333 additions and 277 deletions

View file

@ -129,6 +129,7 @@ public abstract class OnionProxyManager {
if (isBootstrapped() == false) {
Thread.sleep(1000, 0);
} else {
LOG.info("Tor has bootstrapped");
return true;
}
}
@ -377,7 +378,6 @@ public abstract class OnionProxyManager {
}
if (phase != null && phase.contains("PROGRESS=100")) {
LOG.info("Tor has already bootstrapped");
return true;
}