mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-02-26 18:35:50 +01:00
Add some debug logging
This commit is contained in:
@@ -251,6 +251,9 @@ int main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
syslog(LOG_DEBUG, "initialized %s, band size %llu, total size %llu",
|
||||
data.path, data.band_size, data.size);
|
||||
|
||||
struct fuse_operations sparsebundle_filesystem_operations = {};
|
||||
sparsebundle_filesystem_operations.getattr = sparsebundle_getattr;
|
||||
sparsebundle_filesystem_operations.open = sparsebundle_open;
|
||||
|
||||
Reference in New Issue
Block a user