[mpi]: fix mpi function print error

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1183 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2016-08-10 03:20:18 +00:00
parent 23e9f639ed
commit ee5743f0e9

View File

@@ -239,7 +239,7 @@ static MPP_RET mpi_dequeue(MppCtx ctx, MppPortType type, MppTask *task)
MPP_RET ret = MPP_NOK;
MpiImpl *p = (MpiImpl *)ctx;
mpi_dbg_func("enter ctx %p type task %p\n", ctx, type, task);
mpi_dbg_func("enter ctx %p type %d task %p\n", ctx, type, task);
do {
ret = check_mpp_ctx(p);
if (ret)
@@ -263,7 +263,7 @@ static MPP_RET mpi_enqueue(MppCtx ctx, MppPortType type, MppTask task)
MPP_RET ret = MPP_NOK;
MpiImpl *p = (MpiImpl *)ctx;
mpi_dbg_func("enter ctx %p type task %p\n", ctx, type, task);
mpi_dbg_func("enter ctx %p type %d task %p\n", ctx, type, task);
do {
ret = check_mpp_ctx(p);
if (ret)