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

Commit 986b46d1 authored by Martin Blumenstingl's avatar Martin Blumenstingl
Browse files

MtpDatabase JNI: Fixed incorrect method name in ALOGE.

Change-Id: I46688cf79f1e7554b28162df2347c4dcb571b8a9
parent 17a24c58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -508,7 +508,7 @@ MtpResponseCode MyMtpDatabase::setObjectPropertyValue(MtpObjectHandle handle,
            break;
         }
        default:
            ALOGE("unsupported type in getObjectPropertyValue\n");
            ALOGE("unsupported type in setObjectPropertyValue\n");
            return MTP_RESPONSE_INVALID_OBJECT_PROP_FORMAT;
    }