Browse Source

mergerfs.cpp

inodecalc
Antonio SJ Musumeci 2 months ago
parent
commit
5aea54ef1f
  1. 5
      src/mergerfs.cpp

5
src/mergerfs.cpp

@ -312,8 +312,9 @@ main(int argc_,
path.string(),
ecpath->string());
else
fmt::print("{}\n",
ecpath.error().value());
fmt::print("{} {}\n",
ecpath.error().value(),
ecpath.error().message());
return 0;

Loading…
Cancel
Save