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

Fix wrong log verbosity in forward_get_dirents()

parent 3101bd5e
......@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment