diff --git a/src/runtime/core/src/api_impl/api_impl_david.cc b/src/runtime/core/src/api_impl/api_impl_david.cc
index 1fdadd246..9f153c279 100644
--- /opt/cloud/slavespace/usr1/096471637100f3de0fcfc01072822a80/ut/src/runtime/core/src/api_impl/api_impl_david.cc
+++ /opt/cloud/slavespace/usr1/096471637100f3de0fcfc01072822a80/ut/src/runtime/core/src/api_impl/api_impl_david.cc
@@ -2155,7 +2155,9 @@
             break;
         default:
             error = RT_ERROR_INVALID_VALUE;
-            RT_LOG(RT_LOG_ERROR, "Does not support current error type [%d]", errorInfo->errorType);
+            RT_LOG(
+                RT_LOG_ERROR, "Does not support current error type [%s]",
+                ErrorTypeToString(errorInfo->errorType).c_str());
             break;
     }
     dev->SetBaseTime();

