|
|
@@ -552,8 +552,8 @@ static void ipc_log_printf (const char *format, ...) {
|
|
|
va_start (ap, format);
|
|
|
|
|
|
_logsys_log_vprintf (
|
|
|
- LOGSYS_ENCODE_RECID(ipc_subsys_id,
|
|
|
- LOGSYS_LEVEL_ERROR,
|
|
|
+ LOGSYS_ENCODE_RECID(LOGSYS_LEVEL_ERROR,
|
|
|
+ ipc_subsys_id,
|
|
|
LOGSYS_RECID_LOG),
|
|
|
__FUNCTION__, __FILE__, __LINE__,
|
|
|
format, ap);
|
|
|
@@ -563,8 +563,8 @@ static void ipc_log_printf (const char *format, ...) {
|
|
|
|
|
|
static void ipc_fatal_error(const char *error_msg) {
|
|
|
_logsys_log_printf (
|
|
|
- LOGSYS_ENCODE_RECID(ipc_subsys_id,
|
|
|
- LOGSYS_LEVEL_ERROR,
|
|
|
+ LOGSYS_ENCODE_RECID(LOGSYS_LEVEL_ERROR,
|
|
|
+ ipc_subsys_id,
|
|
|
LOGSYS_RECID_LOG),
|
|
|
__FUNCTION__, __FILE__, __LINE__,
|
|
|
"%s", error_msg);
|