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

This commit is contained in:
Mike Lockwood
2014-06-02 18:21:17 +00:00
committed by Gerrit Code Review

View File

@ -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;
}