summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/quit.h
diff options
context:
space:
mode:
Diffstat (limited to 'VNFs/DPPD-PROX/quit.h')
-rw-r--r--VNFs/DPPD-PROX/quit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/quit.h b/VNFs/DPPD-PROX/quit.h
index d0bf8b95..c3cd0569 100644
--- a/VNFs/DPPD-PROX/quit.h
+++ b/VNFs/DPPD-PROX/quit.h
@@ -34,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);\