Changeset 763
- Timestamp:
- 07/14/06 01:16:04 (6 years ago)
- File:
-
- 1 edited
-
branches/ithildin-1.1/modules/log/log.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/log/log.c
r609 r763 123 123 124 124 if ((lhp->file = fopen(fname, "a")) == NULL) { 125 /* Be sure to set DEFUNCT *first* to avoid nasty log 126 * recursion! This way when we come back around to 127 * this rule we will not hit it again. */ 128 lhp->flags |= LOG_FL_DEFUNCT; 125 129 log_error("cannot open logfile %s: %s", 126 130 lhp->filename, strerror(errno)); 127 lhp->flags |= LOG_FL_DEFUNCT;128 131 } 129 132 }
Note: See TracChangeset
for help on using the changeset viewer.
