mirror of
https://github.com/Zygo/bees.git
synced 2025-07-06 10:32:25 +02:00
roots: report the search parameters on tree search ioctl error
There are lots of ways the search can fail, but it's hard to pick one without knowing the parameters. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -1024,7 +1024,7 @@ BeesCrawl::fetch_extents()
|
|||||||
if (ioctl_ok) {
|
if (ioctl_ok) {
|
||||||
BEESCOUNT(crawl_search);
|
BEESCOUNT(crawl_search);
|
||||||
} else {
|
} else {
|
||||||
BEESLOGWARN("Search ioctl failed: " << strerror(errno));
|
BEESLOGWARN("Search ioctl(" << sk << ") failed: " << strerror(errno));
|
||||||
BEESCOUNT(crawl_fail);
|
BEESCOUNT(crawl_fail);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user