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

Commit 1c725866 authored by Mike Lockwood's avatar Mike Lockwood Committed by Gerrit Code Review
Browse files

Merge "MtpDatabase JNI: Fixed incorrect method name in ALOGE."

parents 27eb205e 986b46d1
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;
    }