1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +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>
Dieser Commit ist enthalten in:
Zygo Blaxell
2020-11-12 12:00:19 -05:00
Ursprung e654e29f45
Commit d332616eff
+1 -1
Datei anzeigen
@@ -1024,7 +1024,7 @@ BeesCrawl::fetch_extents()
if (ioctl_ok) {
BEESCOUNT(crawl_search);
} else {
BEESLOGWARN("Search ioctl failed: " << strerror(errno));
BEESLOGWARN("Search ioctl(" << sk << ") failed: " << strerror(errno));
BEESCOUNT(crawl_fail);
}