Added initial support for NDP (IPv6)
[samplevnf.git] / VNFs / DPPD-PROX / quit.h
index a01c0a0..c3cd056 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "display.h"
 #include "prox_cfg.h"
+#include "log.h"
 
 /* PROX_PANIC for checks that are possibly hit due to configuration or
    when feature is not implemented. */
@@ -33,6 +34,8 @@
                if (cond) {                                             \
                        plog_info(__VA_ARGS__);                         \
                        display_end();                                  \
+                       plog_end();                                     \
+                       plog_info(__VA_ARGS__);                         \
                        if (prox_cfg.flags & DSF_DAEMON) {              \
                                pid_t ppid = getppid();                 \
                                plog_info("sending SIGUSR2 to %d\n", ppid);\