Skip to content
Snippets Groups Projects
Commit 28e77d24 authored by rswindell's avatar rswindell
Browse files

Log the UNIX socket name (filename) the status thread is listening on

(default is ctrl/status.sock).
parent af51fdf9
No related branches found
No related tags found
No related merge requests found
......@@ -537,6 +537,7 @@ void status_thread(void *arg)
startup->status(startup->cbdata, "Listening");
startup->started(startup->cbdata);
lprintf(LOG_INFO, "Listening on %s", startup->sock_fname);
pthread_mutex_lock(&status_thread_mutex);
while (!status_thread_terminated) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment