From baa72a25de5cd7a2cf05c4b69e4656e82859bafa Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 16 Jul 2013 14:39:31 +0200 Subject: [PATCH] * Added even more debug output to track Jason's crash. --- src/libtomahawk/resolvers/ScriptResolver.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();