summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Stapp <mjs@cisco.com>2024-04-30 14:34:58 -0400
committerMark Stapp <mjs@cisco.com>2024-04-30 14:34:58 -0400
commitabaad07b98febf2341e208077723c155b673f6c8 (patch)
treea1f72db5279b43172cc27a7ff2fd5706f8cbe512
parent7a28f78ad9d382542e457c834f2557e2b966c4fa (diff)
pathd: clean up a log message
Clean up a typo in a log message. Signed-off-by: Mark Stapp <mjs@cisco.com>
-rw-r--r--pathd/path_main.c2
1 files changed, 1 insertions, 1 deletions
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);