mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
bcache: change log level for prefetch message
The "new new blocks" message was printed as an error but it's not an error condition.
This commit is contained in:
parent
25b58310e3
commit
fcbffbdbc0
@ -957,7 +957,7 @@ static struct block *_new_block(struct bcache *cache, int fd, block_address i, b
|
|||||||
_writeback(cache, 16); // FIXME: magic number
|
_writeback(cache, 16); // FIXME: magic number
|
||||||
_wait_io(cache);
|
_wait_io(cache);
|
||||||
} else {
|
} else {
|
||||||
log_error("bcache no new blocks for fd %d index %u",
|
log_debug("bcache no new blocks for fd %d index %u",
|
||||||
fd, (uint32_t) i);
|
fd, (uint32_t) i);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user