1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 00:12:06 +02:00

* Added debug output to track Jason's crash.

This commit is contained in:
Christian Muehlhaeuser 2013-07-16 14:35:22 +02:00
parent 23ed63682d
commit 95031dddce

View File

@ -140,6 +140,7 @@ ScriptResolver::sendConfig()
m_configSent = true;
Tomahawk::Utils::NetworkProxyFactory* factory = dynamic_cast<Tomahawk::Utils::NetworkProxyFactory*>( Tomahawk::Utils::nam()->proxyFactory() );
tDebug() << "Factory is:" << factory;
QNetworkProxy proxy = factory->proxy();
QString proxyType = ( proxy.type() == QNetworkProxy::Socks5Proxy ? "socks5" : "none" );
m.insert( "proxytype", proxyType );