Skip to content

Commit

Permalink
Merged pull request #959
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Apr 3, 2024
2 parents d31bd68 + 13c7ad0 commit ee60cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/ctrl_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ void xdebug_control_socket_setup(void)
return;
}

xdebug_log_ex(XLOG_CHAN_CONFIG, XLOG_INFO, "CTRL-OK", "Control socket set up succesfully: '@%s'", XG_BASE(control_socket_path));
xdebug_log_ex(XLOG_CHAN_CONFIG, XLOG_INFO, "CTRL-OK", "Control socket set up successfully: '@%s'", XG_BASE(control_socket_path));
xdfree(servaddr);
}

Expand Down

0 comments on commit ee60cd6

Please sign in to comment.