diff --git a/frankenphp.c b/frankenphp.c index 2a7a2cf1..f2e8f2b2 100644 --- a/frankenphp.c +++ b/frankenphp.c @@ -1133,8 +1133,7 @@ static void *php_thread(void *arg) { if (!frankenphp_new_php_thread(thread_index)) { /* probably unreachable */ - frankenphp_log_message("Failed to restart an unhealthy thread", - LOG_ERR); + frankenphp_log_message("Failed to restart an unhealthy thread", LOG_ERR); } return NULL;