aboutsummaryrefslogtreecommitdiff
path: root/helper/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/cli.c')
-rw-r--r--helper/cli.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/helper/cli.c b/helper/cli.c
index ef208c64d..81d41a58a 100644
--- a/helper/cli.c
+++ b/helper/cli.c
@@ -528,6 +528,15 @@ int odph_cli_log(const char *fmt, ...)
return r;
}
+ODP_PRINTF_FORMAT(1, 0)
+int odph_cli_log_va(const char *fmt, va_list in_args)
+{
+ int r;
+
+ r = cli_log_va(ODP_LOG_PRINT, fmt, in_args);
+ return r;
+}
+
static int msg_recv(int fd)
{
uint32_t msg;