Changeset 661f070c138a0744279b82279757660688235692
- Timestamp:
- 05/20/09 14:20:39
(4 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1242829239 +0000
- git-parent:
[7be729c4c00d74564e82d197983a99b0a1740806]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1242829239 +0000
- Message:
clearer message, refs #42
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r88a7178 |
r661f070 |
|
| 630 | 630 | |
|---|
| 631 | 631 | if(current->problematic) { |
|---|
| 632 | | noitL(noit_error, "Failed noit line: %s", current->data); |
|---|
| | 632 | noitL(noit_error, "[%s] Failed noit line: %s", cq->jobq->queue_name, current->data); |
|---|
| 633 | 633 | RELEASE_SAVEPOINT("batch"); |
|---|
| 634 | 634 | current = current->next; |
|---|