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:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user