summaryrefslogtreecommitdiff
path: root/WrsOMXPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WrsOMXPlugin.cpp')
-rw-r--r--WrsOMXPlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WrsOMXPlugin.cpp b/WrsOMXPlugin.cpp
index 7bc2e4a..d3bb712 100644
--- a/WrsOMXPlugin.cpp
+++ b/WrsOMXPlugin.cpp
@@ -92,7 +92,7 @@ OMX_ERRORTYPE WrsOMXPlugin::AddCore(const char* coreName)
ALOGI("OMX IL core %s: declares component %s", coreName, tmpComponentName);
}
core->mNumComponents = tmpIndex;
- ALOGI("OMX IL core %s: contains %ld components", coreName, core->mNumComponents);
+ ALOGI("OMX IL core %s: contains %u components", coreName, core->mNumComponents);
}
// add plugin to the vector
mCores.push_back(core);