From 3c52e735954343696a36b51de3d9bda701e3c655 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 6 Aug 2013 13:10:20 -0400 Subject: [PATCH] Don't be so spammy in logs when DC is down --- src/accounts/hatchet/account/HatchetAccount.cpp | 4 ++-- src/accounts/hatchet/sip/WebSocket.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/accounts/hatchet/account/HatchetAccount.cpp b/src/accounts/hatchet/account/HatchetAccount.cpp index c4eacecf0..2cb606016 100644 --- a/src/accounts/hatchet/account/HatchetAccount.cpp +++ b/src/accounts/hatchet/account/HatchetAccount.cpp @@ -43,8 +43,8 @@ using namespace Accounts; static QPixmap* s_icon = 0; HatchetAccount* HatchetAccount::s_instance = 0; -const QString c_loginServer("https://mandella.hatchet.is/v1"); -const QString c_accessTokenServer("https://mandella.hatchet.is/v1"); +const QString c_loginServer("https://auth.hatchet.is/v1"); +const QString c_accessTokenServer("https://auth.hatchet.is/v1"); HatchetAccountFactory::HatchetAccountFactory() { diff --git a/src/accounts/hatchet/sip/WebSocket.cpp b/src/accounts/hatchet/sip/WebSocket.cpp index bbbe70b63..0a536e02b 100644 --- a/src/accounts/hatchet/sip/WebSocket.cpp +++ b/src/accounts/hatchet/sip/WebSocket.cpp @@ -211,7 +211,7 @@ WebSocket::readOutput() if ( !m_connection ) return; - tDebug() << Q_FUNC_INFO; + //tDebug() << Q_FUNC_INFO; std::string outputString = m_outputStream.str(); if ( outputString.size() > 0 )