mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Don't be so spammy in logs when DC is down
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
@@ -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 )
|
||||||
|
Reference in New Issue
Block a user