Log explicitly when shutting down
This commit is contained in:
parent
4ba646d2af
commit
22f650d828
1 changed files with 4 additions and 1 deletions
5
l2tpns.c
5
l2tpns.c
|
|
@ -6396,7 +6396,10 @@ static void mainloop(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
LOG(1, 0, 0, "Leaving...\n");
|
||||
if (main_quit == QUIT_SHUTDOWN)
|
||||
LOG(1, 0, 0, "Shutting down...\n");
|
||||
else
|
||||
LOG(1, 0, 0, "Leaving cluster...\n");
|
||||
|
||||
// Are we the master and shutting down??
|
||||
if (config->cluster_iam_master)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue