mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
fixed bootstrapping of Tor in retroshare-service
This commit is contained in:
parent
da86da29ff
commit
ae79261cbc
2 changed files with 10 additions and 0 deletions
|
@ -357,6 +357,11 @@ bool TorManager::start()
|
|||
emit configurationNeededChanged();
|
||||
}
|
||||
|
||||
std::cerr << "Starting Tor process:" << std::endl;
|
||||
std::cerr << " Tor executable path: " << executable.toStdString() << std::endl;
|
||||
std::cerr << " Tor data directory : " << d->dataDir.toStdString() << std::endl;
|
||||
std::cerr << " Tor default torrc : " << defaultTorrc.toStdString() << std::endl;
|
||||
|
||||
d->process->setExecutable(executable);
|
||||
d->process->setDataDir(d->dataDir);
|
||||
d->process->setDefaultTorrc(defaultTorrc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue