Changeset 1546

Show
Ignore:
Timestamp:
06/13/08 20:34:32 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/branches/0.7

    • Property svnmerge-integrated changed from /cherokee/trunk:1-1456,1460,1463,1465,1468,1482,1484,1486,1501,1532,1534-1535 to /cherokee/trunk:1-1456,1460,1463,1465,1468,1482,1484,1486,1501,1532,1534-1535,1545
  • cherokee/branches/0.7/ChangeLog

    r1539 r1546  
     12008-06-13  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * cherokee/main_guardian.c (save_pid_file): Bug fix: Do not try to 
     4        save the PID file if it couldn't be opened for writing. 
     5 
    162008-06-12  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    27 
     
    1119411199        at accept(). 
    1119511200 
    11196         * src/connection.c (cherokee_connection_log): New log writting 
     11201        * src/connection.c (cherokee_connection_log): New log writing 
    1119711202        function CLF (Common Log Format) compliant. 
    1119811203 
  • cherokee/branches/0.7/cherokee/main_guardian.c

    r1439 r1546  
    176176        if (file == NULL) { 
    177177                PRINT_MSG ("Cannot write PID file '%s'\n", PID_FILE); 
     178                return; 
    178179        } 
    179180