Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f679248 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

MTP: Minor debug output cleanup



Change-Id: I1065179aa64f43c7d8067ccda249319a016840ab
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 12b8a99f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@

#include <cutils/properties.h>

#define LOG_TAG "MtpServer"

#include "MtpDebug.h"
#include "MtpDatabase.h"
#include "MtpProperty.h"
@@ -294,6 +296,7 @@ bool MtpServer::handleRequest() {
            response = doGetDevicePropDesc();
            break;
        default:
            LOGE("got unsupported command %s", MtpDebug::getOperationCodeName(operation));
            response = MTP_RESPONSE_OPERATION_NOT_SUPPORTED;
            break;
    }