ap_log_error(APLOG_MARK, WSGI_LOG_CRIT(0), wsgi_server,
"mod_wsgi (pid=%d): Couldn't set memory time "
"limit of %ld for process '%s'.", getpid(),
(long)daemon->group->memory_limit,
daemon->group->name);
ap_log_error(APLOG_MARK, WSGI_LOG_CRIT(0), wsgi_server,
"mod_wsgi (pid=%d): Couldn't set virtual memory "
"time limit of %ld for process '%s'.", getpid(),
(long)daemon->group->virtual_memory_limit,
daemon->group->name);
Should not say 'time'.
Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 16 Nov 2012 at 1:58
Original issue reported on code.google.com by
Graham.Dumpleton@gmail.com
on 16 Nov 2012 at 1:58