mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
added check after starting TorManager
This commit is contained in:
parent
15decacc0d
commit
0112cf23e5
6 changed files with 27 additions and 24 deletions
|
@ -114,8 +114,6 @@ void TorStatus::getTorStatus()
|
|||
|
||||
#define MIN_RS_NET_SIZE 10
|
||||
|
||||
std::cerr << "(II) tor status: net=" << netState << " tor_control= " << tor_control_status << " tor_status=" << torstatus << std::endl;
|
||||
|
||||
if(torstatus == Tor::TorControl::TorOffline || !online || !tor_control_ok)
|
||||
{
|
||||
// RED - some issue.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue