]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8742 Don't show stack in debug when project repository is not available
authorDuarte Meneses <duarte.meneses@sonarsource.com>
Fri, 3 Feb 2017 10:11:03 +0000 (11:11 +0100)
committerdbmeneses <duarte.meneses@sonarsource.com>
Fri, 3 Feb 2017 16:33:15 +0000 (17:33 +0100)
sonar-scanner-engine/src/main/java/org/sonar/scanner/repository/DefaultProjectRepositoriesLoader.java

index 578f3b61baf92bc08af9f928335aa3d7b6ba4df5..986ef56ced81888cfa39bff09a3f347a0f86bf28 100644 (file)
@@ -61,7 +61,7 @@ public class DefaultProjectRepositoriesLoader implements ProjectRepositoriesLoad
         throw e;
       }
 
-      LOG.debug("Project repository not available - continuing without it", e);
+      LOG.debug("Project repository not available - continuing without it");
       return new ProjectRepositories();
     }
   }