From 2de6376e9adfa93992b8c76662e95339094c9035 Mon Sep 17 00:00:00 2001 From: Andrej Kozemcak Date: Fri, 18 Jan 2019 15:11:22 +0100 Subject: BAPI: Rename ERROR function. Change-Id: I00807f9df9a6d2f5be601902651ea32b138a5ee5 Signed-off-by: Andrej Kozemcak --- src/scvpp/src/sc_vpp_comm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scvpp') 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); \ } \ } \ -- cgit