Only see not writing GATK Run Report if you are running with debug enabled

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4437 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2010-10-06 14:09:21 +00:00
parent 69485d6a7a
commit 00491fcd2e
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ public class GATKRunReport {
postReport(file);
logger.info("Wrote report to " + file);
} else {
logger.info("Not writing report: sentinel " + REPORT_SENTINEL + " doesn't exist");
logger.debug("Not writing report: sentinel " + REPORT_SENTINEL + " doesn't exist");
}
} catch ( Exception e ) {
// we catch everything, and no matter what eat the error