Unverified Commit f09b03b4 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

fix log message

parent 7c5d7f67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ int stat(const std::string& path, string& attr) {
        return -1;
    }

    CTX->log()->debug("{}() Got response success: {}", __func__, out.err);
    CTX->log()->trace("{}() Got response: {}", __func__, out.err);

    if(out.err != 0) {
        err = -1;