Skip to content

Commit

Permalink
control: remove and bump verbosity for some control socket related me…
Browse files Browse the repository at this point in the history
…ssages

Signed-off-by: Balazs Scheidler <[email protected]>
  • Loading branch information
bazsi committed Oct 6, 2024
1 parent 2efd2d0 commit b3285ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/control/control-connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ control_connection_io_input(void *s)
}
else if (rc == 0)
{
msg_debug("EOF on control channel, closing connection");
msg_trace("EOF on control channel, closing connection");
goto destroy_connection;
}
else
Expand Down
2 changes: 0 additions & 2 deletions lib/control/control-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ control_server_cancel_workers(ControlServer *self, ControlConnection *cc)
{
if (self->worker_threads)
{
msg_debug("Cancelling control server worker threads");
g_list_foreach(self->worker_threads, _cancel_worker, cc);
msg_debug("Control server worker threads have been cancelled");
}
}

Expand Down

0 comments on commit b3285ad

Please sign in to comment.