Skip to content

Commit

Permalink
pathd: clean up a log message
Browse files Browse the repository at this point in the history
Clean up a typo in a log message.

Signed-off-by: Mark Stapp <[email protected]>
  • Loading branch information
Mark Stapp committed Apr 30, 2024
1 parent 7a28f78 commit abaad07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathd/path_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit abaad07

Please sign in to comment.