Loading src/client/rpc/ld_rpc_metadentry.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
src/client/rpc/ld_rpc_metadentry.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading