Changeset c3852a0190d66e5170e4fd802efd6e403efb479e
- Timestamp:
- 05/17/11 00:50:55
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1305593455 -0400
- git-parent:
[716c69b76757b0e8d1463f8a9929bf1f4a85fa6e]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1305593455 -0400
- Message:
log only relevant info
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r716c69b |
rc3852a0 |
|
| 377 | 377 | int gen; |
|---|
| 378 | 378 | gen = noit_atomic_inc32(&actx->gen); |
|---|
| 379 | | noitL(noit_error, "starting asynchronous jlog writer[%d/%p] (%d-%d)\n", |
|---|
| 380 | | (int)getpid(), (void *)pthread_self(), gen, actx->gen); |
|---|
| | 379 | noitL(noit_error, "starting asynchronous jlog writer[%d/%p]\n", |
|---|
| | 380 | (int)getpid(), (void *)pthread_self()); |
|---|
| 381 | 381 | while(gen == actx->gen) { |
|---|
| 382 | 382 | pthread_rwlock_t *lock; |
|---|