aboutsummaryrefslogtreecommitdiffstats
path: root/src/scvpp
diff options
context:
space:
mode:
authorAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-01-18 15:11:22 +0100
committerAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-01-22 14:55:54 +0100
commit2de6376e9adfa93992b8c76662e95339094c9035 (patch)
treee7493c4e5e76f1ecb28397caccd5e72632078b8e /src/scvpp
parentde249ee7c2f09a3c66f70c186faed4648cc1086c (diff)
BAPI: Rename ERROR function.
Change-Id: I00807f9df9a6d2f5be601902651ea32b138a5ee5 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
Diffstat (limited to 'src/scvpp')
-rw-r--r--src/scvpp/src/sc_vpp_comm.h2
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); \
} \
} \