Merge branch 'master' into testing

This commit is contained in:
codestation
2016-08-30 09:57:21 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ void CmaEvent::vitaEventSendNumOfObject(vita_event_t *cma_event, int eventId)
int items = m_db->childObjectCount(ohfi);
if(VitaMTP_SendNumOfObject(m_device, eventId, items) != PTP_RC_OK) {
qWarning("Error occured receiving object count for OHFI parent %d", ohfi);
qWarning("Error occurred receiving object count for OHFI parent %d", ohfi);
} else {
qDebug("Returned count of %d objects for OHFI parent %d", items, ohfi);
VitaMTP_ReportResult(m_device, eventId, PTP_RC_OK);