Skip to content

Commit

Permalink
Changed "Client is already started" warning to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Aug 22, 2023
1 parent a24f2ca commit a369eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void client_destroy(client_t *client) {

int client_start(client_t *client) {
if (client->is_started) {
PLUM_LOG_WARN("Client is already started");
PLUM_LOG_DEBUG("Client is already started");
return 0;
}

Expand Down

0 comments on commit a369eb3

Please sign in to comment.