Skip to content

Commit

Permalink
webdavcontentstore: turned info msg into debug msg (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Sep 4, 2012
1 parent 1f8a3de commit 86fe624
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ private void collectHerdLinks(HttpURLConnection con) {
herdCompleteModulesURL = WS.getLink(links, HERD_COMPLETE_MODULES_REL);
herdCompleteVersionsURL = WS.getLink(links, HERD_COMPLETE_VERSIONS_REL);
herdSearchModulesURL = WS.getLink(links, HERD_SEARCH_MODULES_REL);
log.info("Got complete-modules link: " + herdCompleteModulesURL);
log.info("Got complete-versions link: " + herdCompleteVersionsURL);
log.info("Got search-modules link: " + herdSearchModulesURL);
log.debug("Got complete-modules link: " + herdCompleteModulesURL);
log.debug("Got complete-versions link: " + herdCompleteVersionsURL);
log.debug("Got search-modules link: " + herdSearchModulesURL);
}catch(Exception x){
log.debug("Failed to read links from Herd repo: "+x.getMessage());
}
Expand Down

0 comments on commit 86fe624

Please sign in to comment.