Skip to content
Snippets Groups Projects
Commit 076c4fb3 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Hide log when peer leaf not found

parent 3231006a
No related branches found
No related tags found
No related merge requests found
......@@ -497,7 +497,7 @@ public class NetworkServiceImpl extends BaseRemoteServiceImpl implements Network
addEndpointsAsPeers(peer, result, leaf, filterEndpoints);
} catch(HttpNotFoundException | TechnicalException e) {
log.warn("Peer not found for leaf=" + leaf);
log.debug("Peer not found for leaf=" + leaf);
// skip
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment