Index: log.c =================================================================== RCS file: /home/cvspublic/httpd-2.0/server/log.c,v --- log.c 3 Jun 2003 18:05:20 -0000 1.134 +++ log.c 16 Jul 2003 11:56:39 -0000 @@ -795,15 +795,15 @@ switch (reason) { case APR_OC_REASON_DEATH: case APR_OC_REASON_LOST: - ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, - "piped log program '%s' failed unexpectedly", - pl->program); pl->pid = NULL; apr_proc_other_child_unregister(pl); if (pl->program == NULL) { /* during a restart */ break; } + ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, + "piped log program '%s' failed unexpectedly", + pl->program); if ((stats = piped_log_spawn(pl)) != APR_SUCCESS) { /* what can we do? This could be the error log we're having * problems opening up... */