]> source.dussan.org Git - sonarqube.git/commitdiff
update center server: fix log
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 15 Nov 2010 16:55:52 +0000 (16:55 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 15 Nov 2010 16:55:52 +0000 (16:55 +0000)
subprojects/sonar-update-center/sonar-update-center-server/src/main/java/org/sonar/updatecenter/server/HttpDownloader.java

index 44aad96b860d680942d905d4326fa6228a32ccb5..59026bb1b5c4a311d62d78f9457b62f1577b6c33 100644 (file)
@@ -63,7 +63,7 @@ public class HttpDownloader {
   }
 
   File downloadFile(URI fileURI, File toFile, String login, String password) {
-    LOG.error("Download " + fileURI + " in " + toFile);
+    LOG.info("Download " + fileURI + " in " + toFile);
     DefaultHttpClient client = new DefaultHttpClient();
     try {
       if (StringUtils.isNotBlank(login)) {