From abaad07b98febf2341e208077723c155b673f6c8 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Tue, 30 Apr 2024 14:34:58 -0400 Subject: [PATCH] pathd: clean up a log message Clean up a typo in a log message. Signed-off-by: Mark Stapp --- pathd/path_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathd/path_main.c b/pathd/path_main.c index fe636c51be..23cbb9cced 100644 --- a/pathd/path_main.c +++ b/pathd/path_main.c @@ -58,7 +58,7 @@ static void sighup(void) static void sigint(void) { zlog_notice("Terminating on signal"); - zlog_notice("Unregisterfrom opaque,etc "); + zlog_notice("Unregister from opaque,etc "); pathd_shutdown(); exit(0);