mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-25 06:24:05 +08:00
branches.cpp
This commit is contained in:
parent
f6ac24100a
commit
783658dc16
@ -208,6 +208,9 @@ namespace l
|
|||||||
ecpath = fs::find_mount_point(b.path);
|
ecpath = fs::find_mount_point(b.path);
|
||||||
if(ecpath)
|
if(ecpath)
|
||||||
b.mount_path = *ecpath;
|
b.mount_path = *ecpath;
|
||||||
|
fmt::println("branch: {}; mount point: {}",
|
||||||
|
b.path.string(),
|
||||||
|
b.mount_path.string());
|
||||||
b.mount_hash_digest = 0;
|
b.mount_hash_digest = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user