From ffb2e0b6d2077638e0a2ce8ad31237c2237a865e Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 3 Sep 2013 12:37:55 +0200 Subject: [PATCH] * Print out NAM on startup. --- src/tomahawk/TomahawkApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tomahawk/TomahawkApp.cpp b/src/tomahawk/TomahawkApp.cpp index 66ff7de9b..ff151fc7d 100644 --- a/src/tomahawk/TomahawkApp.cpp +++ b/src/tomahawk/TomahawkApp.cpp @@ -210,7 +210,7 @@ TomahawkApp::init() Tomahawk::Utils::setProxyNoProxyHosts( s->proxyNoProxyHosts() ); // Cause the creation of the nam, but don't need to address it directly, so prevent warning - Q_UNUSED( Tomahawk::Utils::nam() ); + tDebug() << "Setting NAM:" << Tomahawk::Utils::nam(); m_audioEngine = QPointer( new AudioEngine );