👷 fix compilation

This commit is contained in:
Vladislav Nepogodin 2022-08-13 02:51:10 +04:00
parent 3b7a03524e
commit 473f02e8e9
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -234,7 +234,7 @@ void select_filesystem(const std::string_view& file_sys) noexcept {
config_data["FILESYSTEM"] = "mkfs.xfs -f";
config_data["fs_opts"] = std::vector<std::string>{"discard", "filestreams", "ikeep", "largeio", "noalign", "nobarrier", "norecovery", "noquota", "wsync"};
} else if (file_sys != "zfs") {
spdlog::error("Invalid filesystem ('{}')!", fs_sys);
spdlog::error("Invalid filesystem ('{}')!", file_sys);
}
}