Changeset 1933
- Timestamp:
- 09/02/08 16:01:47 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1932 r1933 1 1 2008-09-02 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/main.c (process_launch): Report whenever the Cherokee 4 worker could not be spawned. 2 5 3 6 * admin/PageGeneral.py (PageGeneral._render_content): Fixes de TLS cherokee/trunk/cherokee/main.c
r1929 r1933 268 268 argv[0] = (char *) path; 269 269 execvp (path, argv); 270 271 printf ("ERROR: Could not execute %s\n", path); 270 272 exit (1); 271 273 }