Changeset 87107a87a35d28a4b8a2e3ebf1558afb4aa3ed11
- Timestamp:
- 08/30/11 12:01:08 (2 years ago)
- git-parent:
[3cf4259c9a6bd208946be66ee72df20ce2a9ed17], [c2fc05493b26a8adf1c753d6e1784b2e52ce5fe9]
- Files:
-
- src/noit_check_log.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/noit_check_log.c
rb09464c r87107a8 50 50 * 51 51 * DELETE: 52 * 'D' TIMESTAMP UUID 52 * 'D' TIMESTAMP UUID NAME 53 53 * 54 54 * CHECK: … … 129 129 c = &check->stats.current; 130 130 return noit_log(ls, &c->whence, __FILE__, __LINE__, 131 "D\t%lu.%03lu\t%s\ n",132 SECPART(&c->whence), MSECPART(&c->whence), uuid_str );131 "D\t%lu.%03lu\t%s\t%s\n", 132 SECPART(&c->whence), MSECPART(&c->whence), uuid_str, check->name); 133 133 } 134 134 void
