diff options
Diffstat (limited to 'src/scvpp')
-rw-r--r-- | src/scvpp/src/sc_vpp_comm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scvpp/src/sc_vpp_comm.h b/src/scvpp/src/sc_vpp_comm.h index b5bb333..0041b8f 100644 --- a/src/scvpp/src/sc_vpp_comm.h +++ b/src/scvpp/src/sc_vpp_comm.h @@ -66,7 +66,7 @@ DEFINE_VAPI_MSG_IDS_VPE_API_JSON; { \ if (NULL == (arg)) \ { \ - ERROR(#arg ":NULL pointer passed."); \ + SC_LOG_ERR_MSG(#arg ":NULL pointer passed."); \ return (retval); \ } \ } \ |