forked from Mirror/frr
pathd: clean up a log message
Clean up a typo in a log message. Signed-off-by: Mark Stapp <mjs@cisco.com>
This commit is contained in:
parent
7a28f78ad9
commit
abaad07b98
|
@ -58,7 +58,7 @@ static void sighup(void)
|
||||||
static void sigint(void)
|
static void sigint(void)
|
||||||
{
|
{
|
||||||
zlog_notice("Terminating on signal");
|
zlog_notice("Terminating on signal");
|
||||||
zlog_notice("Unregisterfrom opaque,etc ");
|
zlog_notice("Unregister from opaque,etc ");
|
||||||
pathd_shutdown();
|
pathd_shutdown();
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
Loading…
Reference in a new issue