Commit fd55f465 authored by Marc Vef's avatar Marc Vef
Browse files

Fix wrong log verbosity in forward_get_dirents()

parent 3101bd5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -483,7 +483,7 @@ forward_get_dirents(const string& path) {
        }
    }

    LOG(INFO,
    LOG(DEBUG,
        "{}() path '{}' send rpc_srv_get_dirents() rpc to '{}' targets. per_host_buff_size '{}' Waiting on reply next and deserialize",
        __func__, path, targets.size(), per_host_buff_size);