Verified Commit 5b3b7cf9 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

fix log parameters in resolve function+

parent b7322b4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@


bool resolve_path (const std::string& path, std::string& resolved) {
    CTX->log()->debug("{}() path: '{}'", __func__, path, resolved);
    CTX->log()->debug("{}() path: '{}'", __func__, path);

    struct stat st;
    const std::vector<std::string>& mnt_components = CTX->mountdir_components();