diff options
Diffstat (limited to 'VNFs/DPPD-PROX/main.c')
-rw-r--r-- | VNFs/DPPD-PROX/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/main.c b/VNFs/DPPD-PROX/main.c index ed578c85..4a9ee881 100644 --- a/VNFs/DPPD-PROX/main.c +++ b/VNFs/DPPD-PROX/main.c @@ -1127,7 +1127,7 @@ int main(int argc, char **argv) } plog_init(prox_cfg.log_name, prox_cfg.log_name_pid); - plog_info("=== " PROGRAM_NAME " " VERSION_STR " ===\n"); + plog_info("=== " PROGRAM_NAME " %s ===\n", VERSION_STR()); plog_info("\tUsing DPDK %s\n", rte_version() + sizeof(RTE_VER_PREFIX)); read_rdt_info(); |