From 06879af2aa8804a91e758e4c21b8108be995089a Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 21 Apr 2014 15:23:24 +0100 Subject: [PATCH] Change some log importance in the Playdar API --- src/libtomahawk-playdarapi/Api_v1.cpp | 2 -- src/libtomahawk-playdarapi/Api_v1_5.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libtomahawk-playdarapi/Api_v1.cpp b/src/libtomahawk-playdarapi/Api_v1.cpp index a9f598625..55cbf4417 100644 --- a/src/libtomahawk-playdarapi/Api_v1.cpp +++ b/src/libtomahawk-playdarapi/Api_v1.cpp @@ -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 diff --git a/src/libtomahawk-playdarapi/Api_v1_5.cpp b/src/libtomahawk-playdarapi/Api_v1_5.cpp index ec55661b2..0fec15d61 100644 --- a/src/libtomahawk-playdarapi/Api_v1_5.cpp +++ b/src/libtomahawk-playdarapi/Api_v1_5.cpp @@ -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