Changeset 455a074bf6e14a902cd90354154398733bedec34
- Timestamp:
- 05/13/11 03:06:26
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1305255986 -0400
- git-parent:
[d2b2cf6a9fe0bc981e17e3ca09ad4c053f699dff]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1305255986 -0400
- Message:
not an error
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd2b2cf6 |
r455a074 |
|
| 126 | 126 | offset = offset % MIN(max, check->period); |
|---|
| 127 | 127 | start_offset_ms += 1000; |
|---|
| 128 | | noitL(noit_error, "offset -> %d\n", offset); |
|---|
| 129 | 128 | } |
|---|
| 130 | 129 | period.tv_sec = (check->period - offset) / 1000; |
|---|