Skip to content

Commit 9b2f510

Browse files
committed
Remove an unnecessary log from post_config function
ref #350
1 parent b308112 commit 9b2f510

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

native/mod_proxy_cluster/mod_proxy_cluster.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2560,7 +2560,6 @@ static int proxy_cluster_post_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t
25602560
ap_add_version_component(p, MOD_CLUSTER_EXPOSED_VERSION);
25612561

25622562
if (ap_state_query(AP_SQ_MAIN_STATE) == AP_SQ_MS_CREATE_PRE_CONFIG) {
2563-
ap_log_error(APLOG_MARK, APLOG_CRIT, 0, s, "No watchdog for %d", getpid());
25642563
return OK;
25652564
}
25662565
ap_log_error(APLOG_MARK, APLOG_INFO, 0, s, "watchdog for %d", getpid());

0 commit comments

Comments
 (0)