debugged pipe system with tor executable

This commit is contained in:
csoler 2021-12-10 16:29:10 +01:00
parent 7c77cfd603
commit 1571446a2e
4 changed files with 71 additions and 15 deletions

View file

@ -169,8 +169,6 @@ void TorControlDialog::showLog()
std::cerr << "[TOR DEBUG LOG] " << *it << std::endl;
}
// torLog_TB->setText(s) ;:
std::cerr << "Connexion Proxy: " << RsTor::socksAddress() << ":" << QString::number(RsTor::socksPort()).toStdString() << std::endl;
}