Overview
Comment: | Corrected spelling error in comments |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 7f5706f7194b72a44162462e4c1194dc82b7f1fe |
User & Date: | rkeene on 2014-02-11 08:36:06 |
Other Links: | manifest | tags |
Context
2014-02-11
| ||
16:45 | Updated to create function for opening log file check-in: 5abd6e92c9 user: rkeene tags: trunk | |
08:36 | Corrected spelling error in comments check-in: 7f5706f719 user: rkeene tags: trunk | |
08:12 | Updated to provide method earlier to log check-in: 5f36930fec user: rkeene tags: trunk | |
Changes
Modified filed.c from [882adf7425] to [81f8f85f74].
996 996 } 997 997 998 998 /* Report error */ 999 999 filed_log_msg("THREAD_DIED ABNORMAL"); 1000 1000 1001 1001 return(NULL); 1002 1002 1003 - /* local_dummy_log is only used if FILED_DONT_LOG is anebled, otherwise it's not used, but the compiler hates that idea. */ 1003 + /* local_dummy_log is only used if FILED_DONT_LOG is enabled, otherwise it's not used, but the compiler hates that idea. */ 1004 1004 local_dummy_log.type = 0; 1005 1005 local_dummy_log.type = local_dummy_log.type; 1006 1006 } 1007 1007 1008 1008 /* Create worker threads */ 1009 1009 static int filed_worker_threads_init(int fd, int thread_count) { 1010 1010 struct filed_worker_thread_args *arg;