mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Report bulk failures to stderr
This commit is contained in:
parent
0c4dae5e89
commit
bb6d43d7cd
@ -403,6 +403,7 @@ bulk_get_filesystem(
|
||||
bulk_properties_callback->Release();
|
||||
if (PyErr_Occurred()) return false;
|
||||
if (FAILED(hr)) {
|
||||
fprintf(stderr, "Bulk get of MTP filesystem properties failed for this folder, retrying with single gets.\n");
|
||||
*retry_with_single_get = true;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user