i_error("Raw backtrace: %s", backtrace);
}
- sleep(3600*24);
if (type == LOG_TYPE_PANIC)
abort();
else
{
if (internal_handler(type, fmt, args) < 0)
failure_exit(FATAL_LOGERROR);
- if (type == LOG_TYPE_ERROR)
- sleep(3600*24);
}
void i_set_failure_internal(void)
stack, so make sure everything is allocated before
calling it. */
t_buffer_alloc_last_full();
- /*i_warning("Growing pool '%s' with: %"PRIuSIZE_T,
- apool->name, size);*/
+ i_warning("Growing pool '%s' with: %"PRIuSIZE_T,
+ apool->name, size);
}
#endif
}