Changeset 1933

Show
Ignore:
Timestamp:
09/02/08 16:01:47 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1932 r1933  
    112008-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. 
    25 
    36        * admin/PageGeneral.py (PageGeneral._render_content): Fixes de TLS 
  • cherokee/trunk/cherokee/main.c

    r1929 r1933  
    268268                argv[0] = (char *) path; 
    269269                execvp (path, argv); 
     270 
     271                printf ("ERROR: Could not execute %s\n", path); 
    270272                exit (1); 
    271273        }