1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

Change some log importance in the Playdar API

This commit is contained in:
Uwe L. Korn
2014-04-21 15:23:24 +01:00
parent e375db0561
commit 06879af2aa
2 changed files with 1 additions and 3 deletions

View File

@@ -173,8 +173,6 @@ Api_v1::auth_2( QxtWebRequestEvent* event, QString arg )
void
Api_v1::api( QxtWebRequestEvent* event, const QString& version, const QString& method, const QString& arg1, const QString& arg2, const QString& arg3 )
{
tDebug( LOGVERBOSE ) << "HTTP" << event->url.toString();
if ( version.isEmpty() ) {
// We dealing with API 1.0

View File

@@ -135,7 +135,7 @@ Api_v1_5::jsonReply( QxtWebRequestEvent* event, const char* funcInfo, const QStr
{
if ( isError )
{
tLog( LOGVERBOSE ) << funcInfo << errorMessage;
tLog() << funcInfo << errorMessage;
m_service->sendJsonError( event, errorMessage );
}
else