diff --git a/src/runtime/api/api_c_memory.cc b/src/runtime/api/api_c_memory.cc
index 74bafeb2e..172ccffb9 100644
--- /opt/cloud/slavespace/usr1/096471637100f3de0fcfc01072822a80/ut/src/runtime/api/api_c_memory.cc
+++ /opt/cloud/slavespace/usr1/096471637100f3de0fcfc01072822a80/ut/src/runtime/api/api_c_memory.cc
@@ -724,7 +724,7 @@
         auto cmoInfo = taskInfo->cmoInfo[i];
         // if cmoType!=invalid return error
         COND_RETURN_EXT_ERRCODE_AND_MSG_OUTER_WITH_PARAM(
-            cmoInfo.cmoType != RT_CMO_INVALID, RT_ERROR_INVALID_VALUE, cmoInfo.cmoType, "RT_CMO_INVALID(8)");
+            cmoInfo.cmoType != RT_CMO_INVALID, RT_ERROR_INVALID_VALUE, cmoInfo.cmoType, "CMO_INVALID(8)");
         COND_RETURN_EXT_ERRCODE_AND_MSG_OUTER_WITH_PARAM(
             cmoInfo.logicId == 0, RT_ERROR_INVALID_VALUE, cmoInfo.logicId, "not equal to 0");
     }

