1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 05:37:29 +02:00

Don't be so spammy in logs when DC is down

This commit is contained in:
Jeff Mitchell
2013-08-06 13:10:20 -04:00
parent 48f2d3b45a
commit 3c52e73595
2 changed files with 3 additions and 3 deletions

View File

@@ -43,8 +43,8 @@ using namespace Accounts;
static QPixmap* s_icon = 0; static QPixmap* s_icon = 0;
HatchetAccount* HatchetAccount::s_instance = 0; HatchetAccount* HatchetAccount::s_instance = 0;
const QString c_loginServer("https://mandella.hatchet.is/v1"); const QString c_loginServer("https://auth.hatchet.is/v1");
const QString c_accessTokenServer("https://mandella.hatchet.is/v1"); const QString c_accessTokenServer("https://auth.hatchet.is/v1");
HatchetAccountFactory::HatchetAccountFactory() HatchetAccountFactory::HatchetAccountFactory()
{ {

View File

@@ -211,7 +211,7 @@ WebSocket::readOutput()
if ( !m_connection ) if ( !m_connection )
return; return;
tDebug() << Q_FUNC_INFO; //tDebug() << Q_FUNC_INFO;
std::string outputString = m_outputStream.str(); std::string outputString = m_outputStream.str();
if ( outputString.size() > 0 ) if ( outputString.size() > 0 )