Skip to content

Commit

Permalink
Fixed typo in log message setting up UDS handler
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Dec 19, 2024
1 parent 5f04d6e commit f601415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ static bool controller_setup_uds_connection_handler(Controller *controller) {
(void) sd_event_source_set_description(event_source, "node-accept-uds-socket");
controller->node_connection_uds_socket_source = steal_pointer(&event_source);

bc_log_infof("Waiting for connection requests on port %s...", CONFIG_H_UDS_SOCKET_PATH);
bc_log_infof("Waiting for connection requests on socket %s...", CONFIG_H_UDS_SOCKET_PATH);
return true;
}

Expand Down

0 comments on commit f601415

Please sign in to comment.