mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-04 21:15:24 -04:00
Report bulk failures to stderr
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user