diff --git a/src/libtomahawk/resolvers/ScriptResolver.cpp b/src/libtomahawk/resolvers/ScriptResolver.cpp index e4c563bef..a9d3d7ac2 100644 --- a/src/libtomahawk/resolvers/ScriptResolver.cpp +++ b/src/libtomahawk/resolvers/ScriptResolver.cpp @@ -139,6 +139,8 @@ ScriptResolver::sendConfig() m_configSent = true; + tDebug() << "Nam is:" << Tomahawk::Utils::nam(); + tDebug() << "Nam proxy is:" << Tomahawk::Utils::nam()->proxyFactory(); Tomahawk::Utils::NetworkProxyFactory* factory = dynamic_cast( Tomahawk::Utils::nam()->proxyFactory() ); tDebug() << "Factory is:" << factory; QNetworkProxy proxy = factory->proxy();