Skip to content

Commit 714f3c9

Browse files
authored
Merge pull request #259 from jajik/fix-missing-parenthesis
Fix missing parenthesis in a log message
2 parents db3a267 + 05053da commit 714f3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/mod_proxy_cluster/mod_proxy_cluster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ static void check_workers(const proxy_server_conf *conf, const server_rec *s)
237237
/* this happens when a new child process is created and it "cleaned" some old slotmem */
238238
/* it is like the remove_workers_node we try to restore the non shared memory allocated in
239239
* create_worker() */
240-
ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, "check_workers: DOING (empty port : %d id : %d",
240+
ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, "check_workers: DOING (empty port : %d id : %d)",
241241
helper->shared->port, helper->index);
242242
stop_worker = 1;
243243
}

0 commit comments

Comments
 (0)