Changeset 058b664 in code
- Timestamp:
- Mar 7, 2014, 2:17:03 PM (11 years ago)
- Branches:
- master
- Children:
- a6b8c8d
- Parents:
- e13307d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
logger.c
re13307d r058b664 219 219 FILE *fp = NULL; 220 220 221 /* make sure not to overflow the logfiles table */ 222 if (nlogfiles == sizeof logfiles / sizeof logfiles[0]) 223 return (NULL); 221 224 snprintf(path, sizeof path, "%s/%s", logprefix, group); 222 225 if (mkdir(path, 0755) < 0 && errno != EEXIST) {
Note:
See TracChangeset
for help on using the changeset viewer.