Changeset 1546
- Timestamp:
- 06/13/08 20:34:32 (3 months ago)
- Files:
-
- cherokee/branches/0.7 (modified) (1 prop)
- cherokee/branches/0.7/ChangeLog (modified) (2 diffs)
- cherokee/branches/0.7/cherokee/main_guardian.c (modified) (1 diff)
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 1 2008-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 1 6 2008-06-12 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 7 … … 11194 11199 at accept(). 11195 11200 11196 * src/connection.c (cherokee_connection_log): New log writ ting11201 * src/connection.c (cherokee_connection_log): New log writing 11197 11202 function CLF (Common Log Format) compliant. 11198 11203 cherokee/branches/0.7/cherokee/main_guardian.c
r1439 r1546 176 176 if (file == NULL) { 177 177 PRINT_MSG ("Cannot write PID file '%s'\n", PID_FILE); 178 return; 178 179 } 179 180